Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 559a582c authored by Matthew Carey's avatar Matthew Carey Committed by GitHub
Browse files

Merge pull request #30 from steviethecat/patch-1

fix in curl call
parents 456d5767 82f22bfc
Branches
Tags
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment