You've already forked datacenter-speed-tests
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user