From 188f701f5019cb9775bc2b44129971f7ae2ab395 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 20 Nov 2024 17:25:39 -0500 Subject: [PATCH] docs: Remove invalid '--path helix-term' from build instructions Fixes https://github.com/helix-editor/helix/issues/11557 --- book/src/building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/building-from-source.md b/book/src/building-from-source.md index 42ed57a27..539e9cf86 100644 --- a/book/src/building-from-source.md +++ b/book/src/building-from-source.md @@ -117,7 +117,7 @@ #### Note to packagers script could follow are: 1. `export HELIX_DEFAULT_RUNTIME=/usr/lib/helix/runtime` -1. `cargo build --profile opt --locked --path helix-term` +1. `cargo build --profile opt --locked` 1. `cp -r runtime $BUILD_DIR/usr/lib/helix/` 1. `cp target/opt/hx $BUILD_DIR/usr/bin/hx`