From f05f0b06ac5737b87820c252b8f1943865200716 Mon Sep 17 00:00:00 2001 From: Matthew Graybosch Date: Thu, 12 Oct 2017 13:52:47 -0400 Subject: [PATCH] Update README.md Added information for OpenBSD. It works great there. :metal: --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 862dd2fe..7ca43d70 100644 --- 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.