From 64752ddbd80132f61c6cd9df237f9a49a5791603 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 14 Jul 2019 09:10:03 +0200 Subject: README: add missing dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85b863b3..a7c3eb49 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ After, run the above `build` commands as usual, from a shell that has [`signtool You must first have Go ≥1.12, Mingw, and ImageMagick installed. ``` -$ sudo apt install mingw-w64 golang-go +$ sudo apt install mingw-w64 golang-go imagemagick $ git clone https://git.zx2c4.com/wireguard-windows $ cd wireguard-windows $ make -- cgit v1.2.3-59-g8ed1b