aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 12:40:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 12:40:47 +0200
commit49acebc7891eb185b2f2958291cfd41b2da4a14c (patch)
tree5b4404f86af0c7e2cb8d568ff139b3d97da97c7a /README.md
parentbuild: extend to build x86 and amd64 (diff)
downloadwireguard-windows-49acebc7891eb185b2f2958291cfd41b2da4a14c.tar.xz
wireguard-windows-49acebc7891eb185b2f2958291cfd41b2da4a14c.zip
README: update exe path
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b020b63..20c5ad1b 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ $ make
### Running
-After you've built the application, run `wireguard.exe` to install the manager service and show the UI.
+After you've built the application, run `amd64\wireguard.exe` to install the manager service and show the UI.
```
-C:\Projects\wireguard-windows> wireguard
+C:\Projects\wireguard-windows> amd64\wireguard.exe
```
### Signing Binaries