summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-01-17 22:55:49 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-01-18 00:55:59 +0100
commit6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56 (patch)
tree5a579c6e1b741a6c903ec187d1bd2ea54c5feda4
parentf1a85a594e9a1087fe8295c83c272ce947b8559a (diff)
downloadmullvadvpn-6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56.tar.xz
mullvadvpn-6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56.zip
Add --resource-dir to README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 028b54764b..fedb8f8c58 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ homebrew:
1. Run the backend daemon debug binary with verbose logging to the terminal with:
```
- sudo ./target/debug/mullvad-daemon -vv
+ sudo ./target/debug/mullvad-daemon -vv --resource-dir dist-assets/
```
It must run as root since it it modifies the firewall and sets up virtual network interfaces
etc.