Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-01-02 18:18:21 +0300
committerMatt Martz <matt@sivel.net>2019-01-02 18:18:21 +0300
commitddb8db0c9458a8ce7ee3c9e82758fd1f943099b1 (patch)
tree5b6b4f2628011395b7d27215b537d1a4ecc14b30
parent72bf53affa81d1fac97e4e3ca97ed98d62d4a203 (diff)
Fix install instructions with git clone. Fixes #566
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3e57422..e7af2b7 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,8 @@ or
::
git clone https://github.com/sivel/speedtest-cli.git
- python speedtest-cli/setup.py install
+ cd speedtest-cli
+ python setup.py install
Just download (Like the way it used to be)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~