aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorMichael Davis2022-08-31 08:45:38 +0000
committerGitHub2022-08-31 08:45:38 +0000
commite441b1c472ccf91637426d7f33713858818210b2 (patch)
treea8dd09c8149e8d2c514cf8e3fe082b857a8e192f /book/src
parent73d5bd739ebb6e6831e66a28f4d9e860f769c83c (diff)
packaging: Point to homebrew-core instead of tap (#3513)
Diffstat (limited to 'book/src')
-rw-r--r--book/src/install.md3
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
```