summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.