Update README.md to mention chocolatey package

This commit is contained in:
bazzilic
2017-01-23 14:41:52 +08:00
committed by GitHub
parent f7560c3311
commit 69ef6def38

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.