aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-09 13:24:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-13 14:42:54 +0100
commit44c745288ca1b7ea647335100aaa44dc0253d491 (patch)
treeed421781079fc8d93410b41bc2cd3ef1341b66dd /README.md
parentmain: add command line adapter cleanup (diff)
downloadwireguard-windows-44c745288ca1b7ea647335100aaa44dc0253d491.tar.xz
wireguard-windows-44c745288ca1b7ea647335100aaa44dc0253d491.zip
build: bump wintun hash
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33cc6fa5..c1e9c835 100644
--- a/README.md
+++ b/README.md
@@ -72,10 +72,10 @@ After, run the above `build` commands as usual, from a shell that has [`signtool
### Alternative: Building from Linux
-You must first have Go ≥1.12, Mingw, and ImageMagick installed.
+You must first have Mingw and ImageMagick installed.
```
-$ sudo apt install mingw-w64 golang-go imagemagick
+$ sudo apt install mingw-w64 imagemagick
$ git clone https://git.zx2c4.com/wireguard-windows
$ cd wireguard-windows
$ make