diff options
author | Android789515 | 2024-02-09 14:29:11 +0000 |
---|---|---|
committer | GitHub | 2024-02-09 14:29:11 +0000 |
commit | d570c29ce37ffbb46a9c49708c31dfd81daa27cf (patch) | |
tree | e2aa4c51bc2dc769f203b85eb03ece54836d1c9f /book | |
parent | d137a08231515b0a1694a3841081331e529ce953 (diff) |
expand upon the arch linux install instructions (#9574)
Signed-off-by: Android789515 <derflug@mailfence.com>
Diffstat (limited to 'book')
-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. |