diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-08-14 15:13:13 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-08-14 15:46:28 -0700 |
commit | f4e3d5a06cc4b57e37ca0a38ca74c8ae84228915 (patch) | |
tree | 2a6139c29d0b30fa14d3cf7fdbd080c481a42282 | |
parent | ffbb943d49941e6b1789feeb9166274fe3858a1c (diff) | |
download | Model01-Firmware-f4e3d5a06cc4b57e37ca0a38ca74c8ae84228915.tar.gz Model01-Firmware-f4e3d5a06cc4b57e37ca0a38ca74c8ae84228915.zip |
fix rendering of README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ mkdir -p $SKETCHBOOK_DIR/hardware/keyboardio # then clone the hardware definitions to make them available to the arduino environment git clone --recursive https://github.com/keyboardio/Arduino-Boards.git $SKETCHBOOK_DIR/hardware/keyboardio/avr +``` ## Clone and Build the Kaleidoscope Firmware for the Model 01 |