From 3ddf6b8ab6f5e1209ffe8e58e420630ddfe6f257 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 20 Jun 2017 16:27:41 -0600
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5cc8175a5..fd3a2719e 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,16 @@ A collection of package recipes for Redox.
 ### Ubuntu and other Debian based systems
 
 To install the toolchain, run the following commands:
-```
+```bash
 # Get the Redox OS APT key
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
+
 # Install the APT repository
 sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
+
 # Update your package lists
 sudo apt update
+
 # Install the cross compiler
 sudo apt install x86-64-elf-redox-gcc
 ```
-- 
GitLab