From fd091fc468ba02012271bb30528bb40b0426b7b2 Mon Sep 17 00:00:00 2001 From: Guilherme Salustiano Date: Sun, 5 May 2024 21:21:11 +0200 Subject: [PATCH 1/2] docs[install/pre-build binaries]: add runtime setup --- book/src/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/install.md b/book/src/install.md index 07865e698b84..0d34b04d6df6 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 From 519adad32b71f56b6ce9b0a821141e0303f6bda6 Mon Sep 17 00:00:00 2001 From: Guilherme Salustiano Date: Mon, 6 May 2024 16:49:05 +0200 Subject: [PATCH 2/2] Update book/src/install.md Co-authored-by: Michael Davis --- book/src/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/install.md b/book/src/install.md index 0d34b04d6df6..0ba4f05f3149 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -41,8 +41,8 @@ Note that: ## Pre-built binaries -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). +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