aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf491de07eda4c2ae3dd98d1383fccc0d7d544301 (patch)
treeffd95182a637f9706379613be1b222ae1cf0d8bd
parentREADME: improve documentation (diff)
downloadwireguard-windows-f491de07eda4c2ae3dd98d1383fccc0d7d544301.tar.xz
wireguard-windows-f491de07eda4c2ae3dd98d1383fccc0d7d544301.zip
README: specify go version
-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