Update README.md

This commit is contained in:
Jack Robison 2018-08-03 11:51:03 -04:00 committed by GitHub
parent a83ed0b01a
commit 850d83606a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```