Skip to content

Commit 7de18f5

Browse files
j-piccolojdrst
authored andcommitted
xcopy - assume destination is a directory (helix-editor#3686)
1 parent bc10686 commit 7de18f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%App
5050

5151
| OS | Command |
5252
| -------------------- | -------------------------------------------- |
53-
| Windows (cmd.exe) | `xcopy /e runtime %AppData%\helix\runtime` |
54-
| Windows (PowerShell) | `xcopy /e runtime $Env:AppData\helix\runtime` |
53+
| Windows (cmd.exe) | `xcopy /e /i runtime %AppData%\helix\runtime` |
54+
| Windows (PowerShell) | `xcopy /e /i runtime $Env:AppData\helix\runtime` |
5555
| Linux/macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |
5656

5757
This location can be overridden via the `HELIX_RUNTIME` environment variable.

book/src/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ via the `HELIX_RUNTIME` environment variable.
6666

6767
| OS | command |
6868
|-------------------|-----------|
69-
|windows(cmd.exe) |`xcopy /e runtime %AppData%/helix/runtime` |
70-
|windows(powershell)|`xcopy /e runtime $Env:AppData\helix\runtime` |
69+
|windows(cmd.exe) |`xcopy /e /i runtime %AppData%/helix/runtime` |
70+
|windows(powershell)|`xcopy /e /i runtime $Env:AppData\helix\runtime` |
7171
|linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`|
7272

7373
## Finishing up the installation

0 commit comments

Comments
 (0)