From ddb8db0c9458a8ce7ee3c9e82758fd1f943099b1 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 2 Jan 2019 09:18:21 -0600 Subject: [PATCH] Fix install instructions with git clone. Fixes #566 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~