We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8ae51 commit c989e2aCopy full SHA for c989e2a
README.md
@@ -31,7 +31,7 @@ sudo make depends # do not use sudo in osx
31
make vendor
32
make build
33
sudo build/qt/release/riseup-vpn --install-helpers # on Linux and Mac
34
-LOG_LEVEL=TRACE build/qt/release/riseup-vpn
+DEBUG=1 LOG_LEVEL=TRACE build/qt/release/riseup-vpn
35
```
36
37
With `--install-helpers` the `bitmask-root` helper gets copied to `/usr/sbin`.
0 commit comments