aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-14 09:10:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-16 13:43:17 +0200
commit63f9ea7377b2a80f4e9b23bce126ddc2896c72e8 (patch)
treeb75a71ea5f092be3a18ebc1ac40c81768826b836
parentversion: the version implies the go version and wggo version (diff)
downloadwireguard-windows-63f9ea7377b2a80f4e9b23bce126ddc2896c72e8.tar.xz
wireguard-windows-63f9ea7377b2a80f4e9b23bce126ddc2896c72e8.zip
README: add missing dep
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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