From d252de36ab55dd1639cbc16d7371c3d3e9405fc8 Mon Sep 17 00:00:00 2001
From: M33 <m33@tok715.net>
Date: Sat, 2 May 2020 09:55:45 +0200
Subject: [PATCH] Update README.md

---
 README.md | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3ad2b0b..4641b3d 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,24 @@ Result:
 ## Installation with assisted configuration:
 
 
-- wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/install.sh
-- ./install.sh
+```
+wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/install.sh
+./install.sh
+```
 
+And follow asked questions, this will setup aideCheck.sh and install it to ```
+/usr/local/bin/```
 
-And follow asked questions, this will setup aideCheck.sh and install it to '/usr/local/bin'
 
 ## Manual installation:
 
-- git clone https://github.com/m33m33/aideCheck.sh.git
+```
+git clone https://github.com/m33m33/aideCheck.sh.git
+
+```
 or
-- wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/aideCheck.sh
+```
+wget https://raw.githubusercontent.com/m33m33/aideCheck.sh/master/aideCheck.sh
+```
 
 Edit the aideCheck.sh configuration header, copy the script where you like.
-- 
GitLab