From 82f22bfc5870b7bb7227014498ab5d84f4d91a8a Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber <d.faber@gmail.com> Date: Sun, 15 Sep 2019 17:38:54 +0200 Subject: [PATCH] fix in curl call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd7a1f..e3cf404 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You will need the speedtest-cli library installed to use this - [Found Here](htt 2. Make a directory to hold the config.ini file. Navigate to that directory and download the sample config.ini in this repo. ```bash mkdir speedtest -curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini speedtest/config.ini +curl -o speedtest/config.ini https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini cd speedtest ``` -- GitLab