From 8a0006563c266be57a9db5b4e1ae1b1a468ac22b Mon Sep 17 00:00:00 2001 From: Scott Perry Date: Tue, 16 Aug 2016 16:11:11 -0700 Subject: [PATCH] Treat the shell commands as a Markdown code block --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1478974a..9812e79e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ Right now, the code is really ugly. It'll be nicer soon. Please don't judge us t Once you have a git checkout, you'll need to pull in the libraries we depend on. To do that: +``` $ cd KeyboardioFirmware -$ git submodule init -$ git submodule update +$ git submodule sync --recursive +$ git submodule update --init --recursive $ cd source $ make +``` <3 jesse