From 9834dbc16cc5b61d61344ac5b8d480e9a2810807 Mon Sep 17 00:00:00 2001 From: Jonathan Plotner Date: Sat, 10 Aug 2019 11:56:44 -0400 Subject: [PATCH] inserted missing ```sh Cleaned up the readme a bit. Was missing some opening ``` I also think there was a dropped `#` for the clone the hardware definitions header. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b371881..9767565e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Setup the Arduino IDE on your system. Make sure you install at least version 1.6 ### macOS ```sh - mkdir -p $HOME/Documents/Arduino/hardware cd $HOME/Documents/Arduino/hardware ``` @@ -37,10 +36,10 @@ cd $HOME/Arduino/hardware ### Install the libraries and hardware definitions -# then clone the hardware definitions +## Clone the hardware definitions +```sh git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio - ``` ## Build the Kaleidoscope Firmware for your keyboard