From 0fdb626c2cc5518b10a9bfbedc8b78cff3d360c9 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 30 Jul 2021 16:27:22 +0900 Subject: Remove embed_runtime feature It's no longer practical to maintain. Closes #451 --- book/src/install.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'book') diff --git a/book/src/install.md b/book/src/install.md index 3fd0db4a..cd9c980e 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -37,13 +37,6 @@ cargo install --path helix-term This will install the `hx` binary to `$HOME/.cargo/bin`. -Now copy the `runtime/` directory somewhere. Helix will by default look for the -runtime inside the same folder as the executable, but that can be overriden via -the `HELIX_RUNTIME` environment variable. - -If you want to embed the `runtime/` directory into the Helix binary you can build -it with: - -``` -cargo install --path helix-term --features "embed_runtime" -``` +Helix also needs it's runtime files so make sure to copy/symlink the `runtime/` directory into the +config directory (for example `~/.config/helix/runtime` on Linux/macOS). This location can be overriden +via the `HELIX_RUNTIME` environment variable. -- cgit v1.2.3-70-g09d2