aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-07-30 07:27:22 +0000
committerBlaž Hrastnik2021-07-30 07:27:22 +0000
commit0fdb626c2cc5518b10a9bfbedc8b78cff3d360c9 (patch)
tree71f4e454929bac7b2882a855a2df3078993bf4cc /README.md
parentf88d4c1e20d4dbc244599ad3f3a5f301bec239bf (diff)
Remove embed_runtime feature
It's no longer practical to maintain. Closes #451
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index b4f5b867..a16fc6eb 100644
--- a/README.md
+++ b/README.md
@@ -51,13 +51,6 @@ that sets the variable to the install dir.
> NOTE: running via cargo also doesn't require setting explicit `HELIX_RUNTIME` path, it will automatically
> detect the `runtime` directory in the project root.
-Alternatively, 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"
-```
-
[![Packaging status](https://repology.org/badge/vertical-allrepos/helix.svg)](https://repology.org/project/helix/versions)
## MacOS