From a8db57250175c069a83a405a0e245f7b279ef2a5 Mon Sep 17 00:00:00 2001 From: Anthony Panozzo Date: Tue, 3 Sep 2013 17:33:42 -0700 Subject: [PATCH] Change raw link in README. Was previously pointing to a page that gave a 301 redirect, which caused me to download an incorrect file with curl on Mac. This should be slightly faster since wget/curl doesn't have to follow any redirect. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55ebbcf..df807ef 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ python speedtest-cli/setup.py ### Just download (just like the way it was) ```shell -wget -O speedtest-cli https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py +wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ``` or ```shell -curl -o speedtest-cli https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py +curl -o speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ``` @@ -58,4 +58,4 @@ chmod +x speedtest-cli --simple Suppress verbose output, only show basic information --list Display a list of speedtest.net servers sorted by distance --server SERVER Specify a server ID to test against - --mini MINI URL of the Speedtest Mini server \ No newline at end of file + --mini MINI URL of the Speedtest Mini server