Skip to content

Commit

Permalink
Update compile-firmware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Aug 2, 2024
1 parent 3965588 commit 75e94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/compile-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ 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
```

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.

```shell
cd bastardkb-qmk
qmk config user.qmk_home="$(realpath .)"

Check warning on line 44 in fw/compile-firmware.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (realpath)
```

Expand Down

0 comments on commit 75e94be

Please sign in to comment.