Fix paths in README.md to match Makefile

pull/139/head
Craig Disselkoen 7 years ago
parent 8d85120f96
commit 43af3eff08

@ -28,8 +28,8 @@ cd $HOME/kaleidoscope
# then clone the hardware definitions # then clone the hardware definitions
git clone --recursive https://github.com/keyboardio/Arduino-Boards.git git clone --recursive https://github.com/keyboardio/Arduino-Boards.git
# and make them available to the arduino environment # and make them available to the arduino environment
mkdir -p $SKETCHBOOK_DIR/hardware/kaleidoscope mkdir -p $SKETCHBOOK_DIR/hardware/keyboardio
ln -s $HOME/kaleidoscope/Arduino-Boards $SKETCHBOOK_DIR/hardware/kaleidoscope/avr ln -s $HOME/kaleidoscope/Arduino-Boards $SKETCHBOOK_DIR/hardware/keyboardio/avr
``` ```
## Clone and Build the Kaleidoscope Firmware ## Clone and Build the Kaleidoscope Firmware

Loading…
Cancel
Save