mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-12 19:32:16 -04:00
Update desktop readme to include instructions on using verbose mode
This commit is contained in:
parent
ad25973ca8
commit
0b0be122f9
1 changed files with 8 additions and 1 deletions
|
@ -86,12 +86,19 @@ While your virtual environment is active, install briefcase from pip.
|
||||||
pip install briefcase
|
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
|
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
|
## Running tests
|
||||||
|
|
||||||
Install these packages inside your virtual environment:
|
Install these packages inside your virtual environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue