aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
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
commit64752ddbd80132f61c6cd9df237f9a49a5791603 (patch)
treeb75a71ea5f092be3a18ebc1ac40c81768826b836 /README.md
parentversion: the version implies the go version and wggo version (diff)
downloadwireguard-windows-64752ddbd80132f61c6cd9df237f9a49a5791603.tar.xz
wireguard-windows-64752ddbd80132f61c6cd9df237f9a49a5791603.zip
README: add missing dep
Diffstat (limited to 'README.md')
-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