We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e94430 commit 8f3a342Copy full SHA for 8f3a342
README.md
@@ -21,7 +21,7 @@ Everything you need to use benchmark kit is is [hpbenchkit.sh](phpbenchkit.sh).
21
22
Install it as global bin and give it execute mode:
23
```bash
24
-sudo wget https://raw.githubusercontent.com/phpbenchmarks/benchmark-kit/4.0.0/phpbenchkit.sh -O /usr/local/bin/phpbenchkit
+sudo wget https://raw.githubusercontent.com/phpbenchmarks/benchmark-kit/master/phpbenchkit.sh -O /usr/local/bin/phpbenchkit
25
sudo chmod +x /usr/local/bin/phpbenchkit
26
```
27
0 commit comments