diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-01-17 22:55:49 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-01-18 00:55:59 +0100 |
| commit | 6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56 (patch) | |
| tree | 5a579c6e1b741a6c903ec187d1bd2ea54c5feda4 | |
| parent | f1a85a594e9a1087fe8295c83c272ce947b8559a (diff) | |
| download | mullvadvpn-6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56.tar.xz mullvadvpn-6a48df14bc2e6a17adc5e8d8a3d38216bceb6f56.zip | |
Add --resource-dir to README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
