Fix install instructions with git clone. Fixes #566

This commit is contained in:
Matt Martz 2019-01-02 09:18:21 -06:00
parent 72bf53affa
commit ddb8db0c94
1 changed files with 2 additions and 1 deletions

View File

@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~