Fix export instructions in installation doc (#9306)

This commit is contained in:
JR 2024-01-15 21:43:23 +01:00 committed by GitHub
parent eca3ccff76
commit 6ce57b7924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: