From 4f98f8fa3b0d179079872744e2d8da3c252cf76b Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 27 Apr 2017 01:06:30 +0200 Subject: [PATCH] Link docs/openbsd.md in readme License: MIT Signed-off-by: kpcyrd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index affbbd0d6..826ea1048 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ mismatched APIs. #### Troubleshooting * Separate [instructions are available for building on Windows](docs/windows.md). +* Also, [instructions for OpenBSD](docs/openbsd.md). * `git` is required in order for `go get` to fetch all dependencies. * Package managers often contain out-of-date `golang` packages. Ensure that `go version` reports at least 1.7. See above for how to install go.