diff options
author | Tshepang Mbambo | 2023-06-30 15:09:42 +0000 |
---|---|---|
committer | GitHub | 2023-06-30 15:09:42 +0000 |
commit | 9546e0c0a79eb92d5d8e1dc4489490c9db562070 (patch) | |
tree | 2c6f708ce2383fb606280d7440a84ce58637387e /book | |
parent | 78505e01496e2af3b229b3ac2e9337f4776272b1 (diff) |
docs: align content with parent paragraph (#7488)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/install.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/book/src/install.md b/book/src/install.md index f7ffa42f..4c3ccab3 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -175,19 +175,19 @@ RUSTFLAGS="-C target-feature=-crt-static" 1. Clone the repository: -```sh -git clone https://github.com/helix-editor/helix -cd helix -``` + ```sh + git clone https://github.com/helix-editor/helix + cd helix + ``` 2. Compile from source: -```sh -cargo install --path helix-term --locked -``` + ```sh + cargo install --path helix-term --locked + ``` -This command will create the `hx` executable and construct the tree-sitter -grammars in the local `runtime` folder. + This command will create the `hx` executable and construct the tree-sitter + grammars in the local `runtime` folder. > 💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch > grammars with `hx --grammar fetch` and compile them with |