From f28d786d60a3d5012347b3d8efb44b95efcab0d1 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 2 Aug 2024 13:42:10 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9a96cbe..23829bd 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,10 @@ This can also be used to control which fork is used, though only upstream `qmk_f 1. (First time only) `git submodule add https://github.com/qmk/qmk_firmware.git` 1. (To update) `git submodule update --init --recursive` 1. Commit your changes to your userspace repository + + +## BastardKB specific instructions + +- Clone the bkb repo +- point qmk install to that repo, eg `qmk config user.qmk_home=/home/qmk/bastardkb-qmk` +- compile normally \ No newline at end of file