aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-02 02:14:46 +0000
committerBlaž Hrastnik2021-06-02 02:14:46 +0000
commit67b1cd32c75f5772f6b9ed2922313eb73167f40a (patch)
tree9f975edc9219f61e8ecdc9f38fd99089e852c7b4 /book/src
parent4f56a8e2480952af2c41dcb2084b66abc1fb580c (diff)
Update install notes
Diffstat (limited to 'book/src')
-rw-r--r--book/src/install.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/book/src/install.md b/book/src/install.md
index ac9f1daa..4e3cfc3f 100644
--- a/book/src/install.md
+++ b/book/src/install.md
@@ -6,10 +6,7 @@ We provide pre-built binaries on the [GitHub Releases page](https://github.com/h
TODO: brew tap
-```
-$ brew tap helix-editor/helix
-$ brew install helix
-```
+Please use a pre-built binary release for the time being.
## Linux
@@ -21,7 +18,9 @@ shell for working on Helix.
### Arch Linux
-A binary package is available on AUR as [helix-bin](https://aur.archlinux.org/packages/helix-bin/).
+Binary packages are available on AUR:
+- [helix-bin](https://aur.archlinux.org/packages/helix-bin/) contains the pre-built release
+- [helix-git](https://aur.archlinux.org/packages/helix-git/) builds the master branch
## Build from source