From 35c7e6d6b5b3d40e9b576ecb982db116e67c6d5f Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 17 Sep 2013 08:42:21 -0500 Subject: [PATCH] Update install instructions --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f955b26..25ef22a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ or ```shell git clone https://github.com/sivel/speedtest-cli.git -python speedtest-cli/setup.py +python speedtest-cli/setup.py install ``` ### Just download (Like the way it used to be) diff --git a/README.rst b/README.rst index 384f48e..0092b23 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ or :: git clone https://github.com/sivel/speedtest-cli.git - python speedtest-cli/setup.py + python speedtest-cli/setup.py install Just download (Like the way it used to be) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~