mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Fix export instructions in installation doc (#9306)
This commit is contained in:
parent
eca3ccff76
commit
6ce57b7924
@ -216,12 +216,12 @@ ### Configuring Helix's runtime files
|
|||||||
|
|
||||||
#### Linux and macOS
|
#### Linux and macOS
|
||||||
|
|
||||||
The **runtime** directory is one below the Helix source, so either set a
|
The **runtime** directory is one below the Helix source, so either export a
|
||||||
`HELIX_RUNTIME` environment variable to point to that directory and add it to
|
`HELIX_RUNTIME` environment variable to point to that directory and add it to
|
||||||
your `~/.bashrc` or equivalent:
|
your `~/.bashrc` or equivalent:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
HELIX_RUNTIME=~/src/helix/runtime
|
export HELIX_RUNTIME=~/src/helix/runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, create a symbolic link:
|
Or, create a symbolic link:
|
||||||
|
Loading…
Reference in New Issue
Block a user