From e1b851383f1cd7c6ea5305161760ee39fce84606 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Sat, 9 Jul 2016 17:17:21 +0200 Subject: [PATCH] One command to just execute a test without storing the file --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index fccf934..d2efd99 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,11 @@ or git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install + +Just execute it without storing the file +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +python <(curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py) Just download (Like the way it used to be) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~