mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
adds xcopy param to recursively copy runtime folder (#3378)
This commit is contained in:
parent
404defb59b
commit
598aa7c424
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue