From 43af3eff084f9b7ed91f3d9ab8e42de445be74a8 Mon Sep 17 00:00:00 2001 From: Craig Disselkoen Date: Fri, 21 Jul 2017 23:48:22 -0700 Subject: [PATCH] Fix paths in README.md to match Makefile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee95752f..20ea2651 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ cd $HOME/kaleidoscope # then clone the hardware definitions git clone --recursive https://github.com/keyboardio/Arduino-Boards.git # and make them available to the arduino environment -mkdir -p $SKETCHBOOK_DIR/hardware/kaleidoscope -ln -s $HOME/kaleidoscope/Arduino-Boards $SKETCHBOOK_DIR/hardware/kaleidoscope/avr +mkdir -p $SKETCHBOOK_DIR/hardware/keyboardio +ln -s $HOME/kaleidoscope/Arduino-Boards $SKETCHBOOK_DIR/hardware/keyboardio/avr ``` ## Clone and Build the Kaleidoscope Firmware