mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
Update desktop readme to include instructions on using verbose mode
This commit is contained in:
parent
2aefe0ff4e
commit
f69cbbd389
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user