Fix export instructions in installation doc (#9306)
This commit is contained in:
parent
eca3ccff76
commit
6ce57b7924
1 changed files with 2 additions and 2 deletions
|
@ -216,12 +216,12 @@ RUSTFLAGS="-C target-feature=-crt-static"
|
|||
|
||||
#### 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
|
||||
your `~/.bashrc` or equivalent:
|
||||
|
||||
```sh
|
||||
HELIX_RUNTIME=~/src/helix/runtime
|
||||
export HELIX_RUNTIME=~/src/helix/runtime
|
||||
```
|
||||
|
||||
Or, create a symbolic link:
|
||||
|
|
Loading…
Reference in a new issue