mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 22:07:09 +09:00
Add install instructions for brew to readme
This commit is contained in:
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 |
|
||||
|
||||
Reference in New Issue
Block a user