From e3c138b20c4c9af594d89999b8cdccae9a613ab5 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 2 Aug 2024 15:06:05 +0200 Subject: [PATCH] Update fw/compile-firmware.md Co-authored-by: burkfers --- fw/compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/compile-firmware.md b/fw/compile-firmware.md index 2b708ce..ba53200 100644 --- a/fw/compile-firmware.md +++ b/fw/compile-firmware.md @@ -35,7 +35,7 @@ Clone the BKB QMK repository, using either github desktop or the command line, a ```shell git clone https://github.com/bastardkb/bastardkb-qmk cd bastardkb-qmk -git checkout origin/bkb-master +git checkout -b bkb-master origin/bkb-master ``` Now that you've cloned the repository, `cd` into it and set it as the default local QMK repository. You also need to do this if you had a previous, separate QMK installation.