mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
rename '--fetch/build-grammars' flags into '--grammar fetch/build'
The old flags were a bit long. --grammar is also aliased to -g to make it even easier.
This commit is contained in:
parent
37520f46ae
commit
7044d7d804
8 changed files with 25 additions and 23 deletions
|
@ -39,8 +39,8 @@ build from source.
|
|||
git clone https://github.com/helix-editor/helix
|
||||
cd helix
|
||||
cargo install --path helix-term
|
||||
hx --fetch-grammars
|
||||
hx --build-grammars
|
||||
hx --grammar fetch
|
||||
hx --grammar build
|
||||
```
|
||||
|
||||
This will install the `hx` binary to `$HOME/.cargo/bin` and build tree-sitter grammars.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue