Skip to content

Commit

Permalink
docs: Remove invalid '--path helix-term' from build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 20, 2024
1 parent 83f1b98 commit 188f701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ to package the runtime into `/usr/lib/helix/runtime`. The rough steps a build
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`

Expand Down

0 comments on commit 188f701

Please sign in to comment.