Update 'README.md'

This commit is contained in:
virtubox 2017-01-14 18:25:23 +00:00
parent 52f1242f8c
commit ddaf157f41
1 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,16 @@
# vps-benchmark
### debian
```
bash <(wget -O - https://git.virtubox.net/virtubox/vps-benchmark/raw/master/bench.sh)
bash <(wget -O - https://git.virtubox.net/virtubox/vps-benchmark/raw/master/debian.sh)
```
bash <(wget -O - https://git.virtubox.net/virtubox/vps-benchmark/raw/master/bench.sh)
### centos 6
```
bash <(wget -O - https://git.virtubox.net/virtubox/vps-benchmark/raw/master/centos6.sh)
```
### centos 7
```
bash <(wget -O - https://git.virtubox.net/virtubox/vps-benchmark/raw/master/centos7.sh)
```