mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-04-19 08:55:15 +00:00
Use fenced code blocks for "How to Run" section (#44)
This commit is contained in:
parent
589ae10925
commit
8945e872ff
@ -11,11 +11,15 @@ View YABS usage stats [here](https://yabs.rowe.sh).
|
|||||||
|
|
||||||
## How to Run
|
## How to Run
|
||||||
|
|
||||||
`curl -sL yabs.sh | bash`
|
```
|
||||||
|
curl -sL yabs.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
`wget -qO- yabs.sh | bash`
|
```
|
||||||
|
wget -qO- yabs.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
This script has been tested on the following Linux distributions: CentOS 6+, Debian 8+, Fedora 30, and Ubuntu 16.04+. It is designed to not require any external dependencies to be installed nor elevated privileges to run.
|
This script has been tested on the following Linux distributions: CentOS 6+, Debian 8+, Fedora 30, and Ubuntu 16.04+. It is designed to not require any external dependencies to be installed nor elevated privileges to run.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user