Skip to content

Commit c989e2a

Browse files
committed
add DEBUG variable in code example
1 parent 0a8ae51 commit c989e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo make depends # do not use sudo in osx
3131
make vendor
3232
make build
3333
sudo build/qt/release/riseup-vpn --install-helpers # on Linux and Mac
34-
LOG_LEVEL=TRACE build/qt/release/riseup-vpn
34+
DEBUG=1 LOG_LEVEL=TRACE build/qt/release/riseup-vpn
3535
```
3636

3737
With `--install-helpers` the `bitmask-root` helper gets copied to `/usr/sbin`.

0 commit comments

Comments
 (0)