Merge pull request #888 from matthewgraybosch/master

Update README.md
This commit is contained in:
Zachary Yedidia
2017-10-15 15:30:35 -04:00
committed by GitHub

View File

@@ -95,6 +95,12 @@ On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/in
snap install micro --classic
```
On OpenBSD, micro is available in the ports tree. It is also available as a binary package.
```
pkg_add -v micro
```
### Building from source
If your operating system does not have a binary release, but does run Go, you can build from source.