From 598aa7c424246d6955bbadba7b42b895fe492e5c Mon Sep 17 00:00:00 2001 From: jdrst Date: Wed, 10 Aug 2022 03:47:04 +0200 Subject: adds xcopy param to recursively copy runtime folder (#3378) --- book/src/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book/src') diff --git a/book/src/install.md b/book/src/install.md index ea46976f..b3109dd9 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -67,8 +67,8 @@ via the `HELIX_RUNTIME` environment variable. | OS | command | |-------------------|-----------| -|windows(cmd.exe) |`xcopy runtime %AppData%/helix/runtime` | -|windows(powershell)|`xcopy runtime $Env:AppData\helix\runtime` | +|windows(cmd.exe) |`xcopy /e runtime %AppData%/helix/runtime` | +|windows(powershell)|`xcopy /e runtime $Env:AppData\helix\runtime` | |linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`| ## Finishing up the installation -- cgit v1.2.3-70-g09d2