summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2018-05-25 12:44:28 +0200
committerOdd Stranne <odd@mullvad.net>2018-05-25 12:44:28 +0200
commita17e3cdb91dfd051602baa94d791556029fee0c0 (patch)
tree0c2872a87870de807d81bf176cd147d295ff33ae
parentc41145ea8753a1d15ed93924e59599421992e866 (diff)
downloadmullvadvpn-a17e3cdb91dfd051602baa94d791556029fee0c0.tar.xz
mullvadvpn-a17e3cdb91dfd051602baa94d791556029fee0c0.zip
Update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b14c9949b..fd3cbf1345 100644
--- a/README.md
+++ b/README.md
@@ -65,10 +65,10 @@ The specific build tool version that is required is `v141`.
- The host has to have `bash` installed.
-- Before compiling the daemon, one must run `build_wfp.sh` to build a C++
+- Before compiling the daemon, one must run `build_winfw.sh` to build a C++
library that sets firewall rules on Windows.
```bash
- bash build_wfp.sh
+ bash build_winfw.sh
```
## Building and running the Electron GUI app