aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Christian Grünhage <jan.christian@gruenhage.xyz>2018-04-02 12:39:18 +0200
committerTulir Asokan <tulir@maunium.net>2018-04-02 13:39:18 +0300
commit70343b4536f2bda62847c6b0864f1f20143eab16 (patch)
treee9898efb0caa6ebf934395e157a02f00abc45b87 /README.md
parent8b90e1a6efe4a239381c8464dbf5f2846bf32970 (diff)
Document needed go version (#17)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32342d0..fcf93e8 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ precompiled executables and maybe even some Linux packages.
For now, you'll have to compile from source:
-0. Install [Go](https://golang.org/)
+0. Install [Go](https://golang.org/) 1.10 or higher
1. Run `go get -u maunium.net/go/gomuks`
2. gomuks should now be in `$GOPATH/bin/gomuks`