Update install instructions
This commit is contained in:
parent
cea8426fcd
commit
35c7e6d6b5
|
@ -24,7 +24,7 @@ or
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/sivel/speedtest-cli.git
|
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)
|
### Just download (Like the way it used to be)
|
||||||
|
|
|
@ -31,7 +31,7 @@ or
|
||||||
::
|
::
|
||||||
|
|
||||||
git clone https://github.com/sivel/speedtest-cli.git
|
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)
|
Just download (Like the way it used to be)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue