diff --git a/README.md b/README.md index 34c65bc..5670ac8 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,22 @@ ## Installation ``` -git clone https://github.com/lbryio/txupnp.git -cd txupnp -pip install -e . +pip install --upgrade txupnp ``` ## Usage ``` -usage: txupnp-cli [-h] [--debug_logging] command +usage: txupnp-cli [-h] [--debug_logging] [--include_igd_xml] command positional arguments: - command debug_gateway | list_mappings + command debug_gateway | list_mappings | get_external_ip | + add_mapping | delete_mapping optional arguments: - -h, --help show this help message and exit + -h, --help show this help message and exit --debug_logging + --include_igd_xml ```