Update desktop readme to include instructions on using verbose mode

This commit is contained in:
Micah Lee 2020-11-27 12:16:04 -08:00
parent 2aefe0ff4e
commit f69cbbd389
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -86,12 +86,19 @@ While your virtual environment is active, install briefcase from pip.
pip install briefcase
```
Run OnionShare from the source tree like this:
Run OnionShare from the source tree like this (`-d` re-installs dependencies, which you'll have to do each time you update the `onionshare-cli` wheel):
```
briefcase dev -d
```
If you want to pass arguments into `onionshare`, such as to use verbose mode:
```
cd src
python -c "import onionshare; onionshare.main()" --help
```
## Running tests
Install these packages inside your virtual environment: