mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Install instructions and version number corrections (#148)
* Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number
This commit is contained in:
parent
8a29086c1a
commit
843c2cdebd
8 changed files with 15 additions and 7 deletions
|
@ -57,6 +57,14 @@ There are two packages available from AUR:
|
|||
- `helix-bin`: contains prebuilt binary from GitHub releases
|
||||
- `helix-git`: builds the master branch of this repository
|
||||
|
||||
## MacOS
|
||||
Helix can be installed on MacOS through homebrew via:
|
||||
|
||||
```
|
||||
brew tap helix-editor/helix
|
||||
brew install helix
|
||||
```
|
||||
|
||||
# Contributing
|
||||
|
||||
Contributors are very welcome! **No contribution is too small and all contributions are valued.**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue