Update README.md

This commit is contained in:
skyper
2023-05-16 10:46:03 +01:00
committed by GitHub
parent 21ca7d0637
commit cfe8b80f1e
+3 -1
View File
@@ -1118,7 +1118,9 @@ uname -a; lsb_release -a; cat /etc/*release /etc/issue* /proc/version
```sh
# Speed check the system
curl -fsSL bench.sh | bash
curl -sL bench.sh | bash
# Another speed check:
# curl -sL yabs.sh | bash
```
---