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.
pull/672/head
Jonathan Plotner 5 years ago committed by GitHub
parent f6d2e62649
commit 9834dbc16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,6 @@ Setup the Arduino IDE on your system. Make sure you install at least version 1.6
### macOS ### macOS
```sh ```sh
mkdir -p $HOME/Documents/Arduino/hardware mkdir -p $HOME/Documents/Arduino/hardware
cd $HOME/Documents/Arduino/hardware cd $HOME/Documents/Arduino/hardware
``` ```
@ -37,10 +36,10 @@ cd $HOME/Arduino/hardware
### Install the libraries and hardware definitions ### 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 git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio
``` ```
## Build the Kaleidoscope Firmware for your keyboard ## Build the Kaleidoscope Firmware for your keyboard

Loading…
Cancel
Save