aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitfebce9df4556075a28f315ed1d7a93daaf033c93 (patch)
tree0a6f55baa1e976c267acbfcab9628ebf3b2bb140
parentbuild: use updated tools location (diff)
downloadwireguard-windows-febce9df4556075a28f315ed1d7a93daaf033c93.tar.xz
wireguard-windows-febce9df4556075a28f315ed1d7a93daaf033c93.zip
README: update repo urls
-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.