aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-30 11:48:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-08 02:29:25 -0500
commitc45c6f1dcba79fe240eb5e2805831269e2e531d0 (patch)
tree0a6f55baa1e976c267acbfcab9628ebf3b2bb140 /README.md
parentbuild: use updated tools location (diff)
downloadwireguard-windows-c45c6f1dcba79fe240eb5e2805831269e2e531d0.tar.xz
wireguard-windows-c45c6f1dcba79fe240eb5e2805831269e2e531d0.zip
README: update repo urls
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index a7c3eb49..940f4b33 100644
--- a/README.md
+++ b/README.md
@@ -61,15 +61,14 @@ You can deploy the 64-bit build to an SSH host specified by the `DEPLOYMENT_HOST
$ make deploy
```
-### [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) Support for Windows
+### [`wg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) Support for Windows
-The command line utility [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) works well on Windows. Being a Unix-centric project, it compiles with a Makefile and MingW:
+The command line utility [`wg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) works well on Windows. Being a Unix-centric project, it compiles with a Makefile and MingW:
```
-$ git clone https://git.zx2c4.com/WireGuard
-$ cd WireGuard/src/tools
-$ PLATFORM=windows make
-$ stat wg.exe
+$ git clone https://git.zx2c4.com/wireguard-tools
+$ PLATFORM=windows make -C wireguard-tools/src
+$ stat wireguard-tools/src/wg.exe
```
It interacts with WireGuard instances run by the main WireGuard for Windows program.