diff options
author | Ethan Bodzioney | 2021-06-07 00:14:06 +0000 |
---|---|---|
committer | GitHub | 2021-06-07 00:14:06 +0000 |
commit | 843c2cdebd50cfe066c88571eb754c465cda2f60 (patch) | |
tree | 4ac6600916644535cbb86e46bdc92d833b35a86b /README.md | |
parent | 8a29086c1a1948fcfd48228f9271dd0ee90a79db (diff) |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 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.** |