update readme to include --rpc flag and use of submodules

This commit is contained in:
Jeff Becker 2020-09-04 08:41:40 -04:00
parent f4ae29dda8
commit 20148b316f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 8 additions and 1 deletions

View File

@ -14,9 +14,11 @@ To build, you'll need `cmake` and a handful of `Qt` packages available. On `Ubun
sudo apt install qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qt-labs-platform qml-module-qtcharts libqt5charts5-dev
```
Then build and run:
Then clone, build and run:
```bash
git clone --recursive https://github.com/loki-project/loki-network-control-panel
cd loki-network-control-panel
mkdir build
cd build
cmake ..
@ -56,5 +58,10 @@ Prevents the window from being hidden automatically when it loses focus. Also ad
--no-tray
Implies --no-hide, and additionally removes the system tray. Closing the window exits the app.
--rpc
Provide a custom rpc url for talking to lokinet, defaults to tcp://127.0.0.1:1190
```