aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-09 18:11:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-09 18:13:56 +0200
commit5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb (patch)
tree35c6ffd3ec526190c9917ec5398716fd80bbcf84 /README.md
parentversion: bump snapshot (diff)
downloadwireguard-go-5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb.tar.xz
wireguard-go-5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb.zip
Switch to go modules
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 72d0e0c..3aa1f29 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp
## Building
-This requires an installation of [go](https://golang.org) and of [dep](https://github.com/golang/dep). If dep is not installed, it will be downloaded and built as part of the build process.
+This requires an installation of [go](https://golang.org) ≥ 1.11.
```
$ git clone https://git.zx2c4.com/wireguard-go