mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
replace all submodule documentation with flags documentation
This commit is contained in:
parent
00b2d616eb
commit
8081e9f052
6 changed files with 94 additions and 47 deletions
|
@ -36,12 +36,14 @@ We provide packaging for various distributions, but here's a quick method to
|
|||
build from source.
|
||||
|
||||
```
|
||||
git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
|
||||
git clone https://github.com/helix-editor/helix
|
||||
cd helix
|
||||
cargo install --path helix-term
|
||||
hx --fetch-grammars
|
||||
hx --build-grammars
|
||||
```
|
||||
|
||||
This will install the `hx` binary to `$HOME/.cargo/bin`.
|
||||
This will install the `hx` binary to `$HOME/.cargo/bin` and build tree-sitter grammars.
|
||||
|
||||
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).
|
||||
|
@ -56,6 +58,7 @@ that sets the variable to the install dir.
|
|||
[](https://repology.org/project/helix/versions)
|
||||
|
||||
## MacOS
|
||||
|
||||
Helix can be installed on MacOS through homebrew via:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue