Use fenced code blocks for "How to Run" section

This commit is contained in:
Ken Powers 2022-10-24 13:54:58 -05:00 committed by GitHub
commit 91d81aeba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,15 @@ View YABS usage stats [here](https://yabs.rowe.sh).
## How to Run
`curl -sL yabs.sh | bash`
```
curl -sL yabs.sh | bash
```
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.