aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdrst2022-08-10 01:47:04 +0000
committerGitHub2022-08-10 01:47:04 +0000
commit598aa7c424246d6955bbadba7b42b895fe492e5c (patch)
treec495cad5a77cfe94b346177fb03550d243b1509a /README.md
parent404defb59bb9353fcb2b4a74488b3480b22c961e (diff)
adds xcopy param to recursively copy runtime folder (#3378)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3defc1c..1e8a10e6 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%App
| 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` |
This location can be overridden via the `HELIX_RUNTIME` environment variable.