Update README.md
This commit is contained in:
parent
a83ed0b01a
commit
850d83606a
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -5,22 +5,22 @@
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/lbryio/txupnp.git
|
pip install --upgrade txupnp
|
||||||
cd txupnp
|
|
||||||
pip install -e .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: txupnp-cli [-h] [--debug_logging] command
|
usage: txupnp-cli [-h] [--debug_logging] [--include_igd_xml] command
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
command debug_gateway | list_mappings
|
command debug_gateway | list_mappings | get_external_ip |
|
||||||
|
add_mapping | delete_mapping
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--debug_logging
|
--debug_logging
|
||||||
|
--include_igd_xml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue