mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 15:59:48 -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
|
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…
Reference in New Issue
Block a user