mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
Add runtime xcopy
command on powershell in docs (#2958)
This commit is contained in:
parent
e58d28a972
commit
244825b9e1
@ -50,9 +50,10 @@ # Installation
|
|||||||
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
|
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
|
||||||
|
|
||||||
| OS | command |
|
| OS | command |
|
||||||
|-----------|-----------|
|
|-------------------|-----------|
|
||||||
|windows |`xcopy runtime %AppData%/helix/runtime`|
|
|windows(cmd.exe) |`xcopy runtime %AppData%/helix/runtime` |
|
||||||
|linux/macos|`ln -s $PWD/runtime ~/.config/helix/runtime`
|
|windows(powershell)|`xcopy 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.
|
This location can be overridden via the `HELIX_RUNTIME` environment variable.
|
||||||
|
|
||||||
|
@ -62,9 +62,10 @@ ## Build from source
|
|||||||
via the `HELIX_RUNTIME` environment variable.
|
via the `HELIX_RUNTIME` environment variable.
|
||||||
|
|
||||||
| OS | command |
|
| OS | command |
|
||||||
|-----------|-----------|
|
|-------------------|-----------|
|
||||||
|windows |`xcopy runtime %AppData%/helix/runtime`|
|
|windows(cmd.exe) |`xcopy runtime %AppData%/helix/runtime` |
|
||||||
|linux/macos|`ln -s $PWD/runtime ~/.config/helix/runtime`
|
|windows(powershell)|`xcopy runtime $Env:AppData\helix\runtime` |
|
||||||
|
|linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`|
|
||||||
|
|
||||||
## Finishing up the installation
|
## Finishing up the installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user