mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
docs: force creating symbolic link if it exists (#12637)
This commit is contained in:
parent
ce348d84f6
commit
088ba58af5
1 changed files with 1 additions and 3 deletions
|
@ -64,11 +64,9 @@ export HELIX_RUNTIME=~/src/helix/runtime
|
||||||
Or, create a symbolic link:
|
Or, create a symbolic link:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ln -Ts $PWD/runtime ~/.config/helix/runtime
|
ln -Tsf $PWD/runtime ~/.config/helix/runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
If the above command fails to create a symbolic link because the file exists either move `~/.config/helix/runtime` to a new location or delete it, then run the symlink command above again.
|
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
Either set the `HELIX_RUNTIME` environment variable to point to the runtime files using the Windows setting (search for
|
Either set the `HELIX_RUNTIME` environment variable to point to the runtime files using the Windows setting (search for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue