diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:11:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-09 18:13:56 +0200 |
commit | 5d6083df7e0399d9cbb47a9dc0b227fd86ccffbb (patch) | |
tree | 35c6ffd3ec526190c9917ec5398716fd80bbcf84 /README.md | |
parent | b41922e5c81a8121734143f9b773f976cd891081 (diff) |
Switch to go modules
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |