From 7318cc6274519566ada4fd9a35844a32d3c5bd5f Mon Sep 17 00:00:00 2001 From: York Xiang Date: Sat, 5 Jul 2025 10:28:12 +0800 Subject: [PATCH] Update README.md for Windows building instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df7646c..c82f63e 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ ln -s ./target/debug/elan-init ./elan ./elan --help ``` +On Windows it's +``` +mklink elan.exe target\debug\elan-init.exe +elan --help +``` + ## Build on Windows The windows build requires a 64-bit developer command prompt and a Windows version of `perl.exe` which you can download