mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
packaging: Point to homebrew-core instead of tap (#3513)
This commit is contained in:
parent
73d5bd739e
commit
e441b1c472
3 changed files with 3 additions and 5 deletions
|
@ -70,10 +70,9 @@ for a language.
|
||||||
|
|
||||||
## MacOS
|
## 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
|
brew install helix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,9 @@ We provide pre-built binaries on the [GitHub Releases page](https://github.com/h
|
||||||
|
|
||||||
## OSX
|
## OSX
|
||||||
|
|
||||||
A Homebrew tap is available:
|
Helix is available in homebrew-core:
|
||||||
|
|
||||||
```
|
```
|
||||||
brew tap helix-editor/helix
|
|
||||||
brew install helix
|
brew install helix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ we'll use `<tag>` as a placeholder for the tag being published.
|
||||||
* Post to reddit
|
* Post to reddit
|
||||||
* [Example post](https://www.reddit.com/r/rust/comments/uzp5ze/helix_editor_2205_released/)
|
* [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
|
## Changelog Curation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue