From 44c745288ca1b7ea647335100aaa44dc0253d491 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 9 Nov 2020 13:24:09 +0100 Subject: build: bump wintun hash Signed-off-by: Jason A. Donenfeld --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-59-g8ed1b