diff options
author | Blaž Hrastnik | 2021-06-17 14:21:33 +0000 |
---|---|---|
committer | GitHub | 2021-06-17 14:21:33 +0000 |
commit | 14db2cc68b3e9911f64e675c32800f8cc7b2a5ed (patch) | |
tree | b25fdb7a9b16884b72fdc9dae3d7e74b001dc9d2 | |
parent | f7e00cf720f55ea82933ac6625b7511e9d38139e (diff) |
Add homebrew tap instructions again
-rw-r--r-- | book/src/install.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/book/src/install.md b/book/src/install.md index 0a08af8c..e81034ce 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -4,9 +4,12 @@ We provide pre-built binaries on the [GitHub Releases page](https://github.com/h ## OSX -TODO: brew tap +A Homebrew tap is available: -Please use a pre-built binary release for the time being. +``` +brew tap helix-editor/helix +brew install helix +``` ## Linux |