From 850d83606a1b0d7467481fb493ce23460a06a92d Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 3 Aug 2018 11:51:03 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ```