mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
xcopy - assume destination is a directory (#3686)
This commit is contained in:
parent
fb92d71d08
commit
df1ed0a5fd
@ -50,8 +50,8 @@ # Installation
|
||||
|
||||
| OS | Command |
|
||||
| -------------------- | -------------------------------------------- |
|
||||
| Windows (cmd.exe) | `xcopy /e runtime %AppData%\helix\runtime` |
|
||||
| Windows (PowerShell) | `xcopy /e runtime $Env:AppData\helix\runtime` |
|
||||
| Windows (cmd.exe) | `xcopy /e /i runtime %AppData%\helix\runtime` |
|
||||
| Windows (PowerShell) | `xcopy /e /i 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.
|
||||
|
@ -66,8 +66,8 @@ ## Build from source
|
||||
|
||||
| OS | command |
|
||||
|-------------------|-----------|
|
||||
|windows(cmd.exe) |`xcopy /e runtime %AppData%/helix/runtime` |
|
||||
|windows(powershell)|`xcopy /e runtime $Env:AppData\helix\runtime` |
|
||||
|windows(cmd.exe) |`xcopy /e /i runtime %AppData%/helix/runtime` |
|
||||
|windows(powershell)|`xcopy /e /i runtime $Env:AppData\helix\runtime` |
|
||||
|linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`|
|
||||
|
||||
## Finishing up the installation
|
||||
|
Loading…
Reference in New Issue
Block a user