mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
docs: Remove invalid '--path helix-term' from build instructions
Fixes https://github.com/helix-editor/helix/issues/11557
This commit is contained in:
parent
83f1b98e80
commit
188f701f50
@ -117,7 +117,7 @@ #### Note to packagers
|
|||||||
script could follow are:
|
script could follow are:
|
||||||
|
|
||||||
1. `export HELIX_DEFAULT_RUNTIME=/usr/lib/helix/runtime`
|
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 -r runtime $BUILD_DIR/usr/lib/helix/`
|
||||||
1. `cp target/opt/hx $BUILD_DIR/usr/bin/hx`
|
1. `cp target/opt/hx $BUILD_DIR/usr/bin/hx`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user