1
mirror of https://github.com/jakejarvis/datacenter-speed-tests.git synced 2026-07-05 20:13:54 -04:00

modify usage commands

This commit is contained in:
2019-03-11 13:19:29 -04:00
parent 75e4072f4b
commit 8a4f2fc098
+3 -3
View File
@@ -12,11 +12,11 @@ Shell script to test speed and pings to the following datacenters:
**Usage:** **Usage:**
If you trust me, these commands will download and run the scripts: If you trust me, these commands will download and run the scripts automatically:
``` ```
curl -o- https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/ping.sh | bash wget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/ping.sh | bash
curl -o- https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/speed.sh | bash wget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/speed.sh | bash
``` ```
Or, clone the repository and make sure you make the scripts executable before running: Or, clone the repository and make sure you make the scripts executable before running: