mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-19 05:41:01 +00:00
Add install instructions for brew to readme
This commit is contained in:
parent
1648afd226
commit
1defb1d039
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -32,6 +32,17 @@ If you'd like to see what has been implemented, and what I plan on implementing
|
|||
|
||||
# Installation
|
||||
|
||||
### Homebrew
|
||||
|
||||
If you are on Mac, you can install micro using Homebrew:
|
||||
|
||||
```
|
||||
brew tap zyedidia/micro
|
||||
brew install --devel micro
|
||||
```
|
||||
|
||||
Micro is devel-only for now because there is no released version.
|
||||
|
||||
### Prebuilt binaries
|
||||
|
||||
| Download |
|
||||
|
|
|
|||
Loading…
Reference in a new issue