Unnamed repository; edit this file 'description' to name the repository.
docs[install/pre-build binaries]: add runtime setup (#10693)
| -rw-r--r-- | book/src/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/install.md b/book/src/install.md index 07865e69..0ba4f05f 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -41,9 +41,9 @@ Note that: ## Pre-built binaries -Download pre-built binaries from the -[GitHub Releases page](https://github.com/helix-editor/helix/releases). Add the binary to your system's `$PATH` to use it from the command -line. +Download pre-built binaries from the [GitHub Releases page](https://github.com/helix-editor/helix/releases). +Add the `hx` binary to your system's `$PATH` to use it from the command line, and copy the `runtime` directory into the config directory (for example `~/.config/helix/runtime` on Linux/macOS). +The runtime location can be overriden via the HELIX_RUNTIME environment variable. ## Linux, macOS, Windows and OpenBSD packaging status |