Skip to content

Commit

Permalink
docs: align content with parent paragraph (#7488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jun 30, 2023
1 parent 78505e0 commit 9546e0c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9546e0c

Please sign in to comment.