Skip to content

Commit

Permalink
packaging: Point to homebrew-core instead of tap (helix-editor#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and jdrst committed Sep 13, 2022
1 parent 64f5f57 commit 44ce595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ for a language.

## MacOS

Helix can be installed on MacOS through homebrew via:
Helix can be installed on MacOS through homebrew:

```
brew tap helix-editor/helix
brew install helix
```

Expand Down
3 changes: 1 addition & 2 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ we'll use `<tag>` as a placeholder for the tag being published.
* Post to reddit
* [Example post](https://www.reddit.com/r/rust/comments/uzp5ze/helix_editor_2205_released/)

[homebrew formula]: https://github.com/helix-editor/homebrew-helix/blob/master/Formula/helix.rb
[homebrew formula]: https://github.com/Homebrew/homebrew-core/blob/master/Formula/helix.rb

## Changelog Curation

Expand Down

0 comments on commit 44ce595

Please sign in to comment.