aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 09:39:17 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 09:39:17 +0200
commit3ef750d0c978ef95ff8f7a0d4a5ea37b5824967e (patch)
treeffd95182a637f9706379613be1b222ae1cf0d8bd /README.md
parentREADME: improve documentation (diff)
downloadwireguard-windows-3ef750d0c978ef95ff8f7a0d4a5ea37b5824967e.tar.xz
wireguard-windows-3ef750d0c978ef95ff8f7a0d4a5ea37b5824967e.zip
README: specify go version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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 1833dbb0..cced98f9 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ After, run the above `build` commands as usual, from a shell that has [`signtool
### Alternative: Building from Linux
-You must first have Go and Mingw installed.
+You must first have Go ≥1.12 and Mingw installed.
```
$ sudo apt install mingw-w64 golang-go