Skip to content

Commit

Permalink
Update from-source install instruction in README (helix-editor#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and mtoohey31 committed Jun 15, 2022
1 parent 4664acb commit b53647e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ If you would like to build from source:
git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term
hx --grammar fetch
hx --grammar build
```

This will install the `hx` binary to `$HOME/.cargo/bin` and build tree-sitter grammars.
If you want to customize your `languages.toml` config,
tree-sitter grammars may be manually fetched and built with `hx --grammar fetch` and `hx --grammar build`.

Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
Expand Down

0 comments on commit b53647e

Please sign in to comment.