Merge pull request #531 from bazzilic/patch-1

Update README.md to mention chocolatey package
This commit is contained in:
Zachary Yedidia 2017-01-25 14:32:14 -05:00 committed by GitHub
commit a8b0f6d679

View file

@ -67,14 +67,20 @@ and you'll see all the stable releases with the corresponding binaries.
If you'd like to see more information after installing micro, run `micro -version`.
### Homebrew
### Package Managers
You can also install micro using Homebrew on Mac:
You can install micro using Homebrew on Mac:
```
brew install micro
```
On Windows, you can install micro through Chocolatey:
```
choco install micro
```
### Building from source
If your operating system does not have a binary release, but does run Go, you can build from source.