diff options
Diffstat (limited to 'book/src/install.md')
-rw-r--r-- | book/src/install.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/book/src/install.md b/book/src/install.md index 1f200e2e..07865e69 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -76,6 +76,15 @@ Releases are available in the `extra` repository: ```sh sudo pacman -S helix ``` + +> 💡 When installed from the `extra` repository, run Helix with `helix` instead of `hx`. +> +> For example: +> ```sh +> helix --health +> ``` +> to check health + Additionally, a [helix-git](https://aur.archlinux.org/packages/helix-git/) package is available in the AUR, which builds the master branch. |