Fix export instructions in installation doc (#9306)

pull/9341/head
JR 5 months ago committed by GitHub
parent eca3ccff76
commit 6ce57b7924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save