From c8d53d2348c5894dae8e5cfd632efac9794fd7ea Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 25 Nov 2020 21:23:26 -0800 Subject: [PATCH] remove historical dangling bits from the quick start guide Signed-off-by: Jesse Vincent --- docs/quick_start.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/quick_start.md b/docs/quick_start.md index 012883df..41f1554c 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -8,9 +8,3 @@ For most folks, the right way to get started is to install the Arduino IDE with The first thing you should do once you install Kaleidoscope is to [try building your keyboard's firmware](build_default_firmware). -If you intend to develop Kaleidoscope, you may want to install Kaleidoscope from git. - -### Clone the hardware definitions -```sh -git clone --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio -```