From 5f819dbd24e9aba70de8b4356420b48debe9e8b0 Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Tue, 10 Apr 2018 11:52:10 +0200 Subject: [PATCH] fix(README): fix url by setting preformated blocks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index daf8c4e..2d7ec46 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Example for RetroPie: 2. Press F4 enter terminal. 3. In the terminal, type the one-line command below(Case sensitive): +```bash wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install.sh" | sudo bash +``` -------------------- @@ -20,4 +22,6 @@ Example for RecalBox: 3. User:root Password:recalboxroot 4. In the terminal, type the one-line command below(Case sensitive): +```bash wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash +```