]> git.lizzy.rs Git - micro.git/commitdiff
Update README.md
authorMatthew Graybosch <matthewgraybosch@users.noreply.github.com>
Thu, 12 Oct 2017 17:52:47 +0000 (13:52 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2017 17:52:47 +0000 (13:52 -0400)
Added information for OpenBSD. It works great there. :metal:

README.md

index 862dd2fe84eed9144c239e00c98d8ffd6f8ac38f..7ca43d70c7be503917265686cf750dc5924e0a19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.