diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/src/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/book/src/install.md b/book/src/install.md index b3109dd9..497dd0a4 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -6,10 +6,9 @@ We provide pre-built binaries on the [GitHub Releases page](https://github.com/h ## OSX -A Homebrew tap is available: +Helix is available in homebrew-core: ``` -brew tap helix-editor/helix brew install helix ``` |