mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-08 00:10:07 +05:30
Added elegant way of execution
This commit is contained in:
parent
3b122ed13c
commit
a223acb7a3
1 changed files with 5 additions and 1 deletions
|
|
@ -11,9 +11,13 @@ View YABS usage stats [here](https://yabs.rowe.sh).
|
|||
|
||||
## How to Run
|
||||
|
||||
`bash <(wget -qO- yabs.sh)`
|
||||
|
||||
or
|
||||
|
||||
`curl -sL yabs.sh | bash`
|
||||
|
||||
or
|
||||
or
|
||||
|
||||
`wget -qO- yabs.sh | bash`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue