From f0363bd136bf4684af4179453ef93ec19cfccf87 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 23 Jun 2019 12:13:44 +0200 Subject: [PATCH] Use markdown formatting --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4391194..bb11361 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ - ==================== - FAKE - RELEARN - ENV - ==================== +# FAKE - RELEARN - ENV - An artificial re-creation of the relearn environment we made. All the paths, - guides and scripts are localised within this folder. We need this to take some - screenshots for the Rigged Systems call. +An artificial re-creation of the relearn environment we made. - Run: +All the paths, guides and scripts are localised within this folder. - $ bash # get into a fresh new shell (CTRL-D to escape later) - $ source enter-the-shell.sh +# Run It -And you'll be back in the friendly 'ol Relearn shell again. +```bash +$ bash # get into a fresh new shell (CTRL-D to escape later) +$ source enter-the-shell.sh +``` + +And you'll be back in the friendly 'ol Relearning shell again.