From 8945e872ff5cdd9bd2d69c4223b3c527324c3855 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Tue, 22 Nov 2022 22:52:45 -0600 Subject: [PATCH] Use fenced code blocks for "How to Run" section (#44) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5afb061..e75657e 100644 --- a/README.md +++ b/README.md @@ -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.