summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-01-04 15:10:18 +1100
committerGitHub <noreply@github.com>2023-01-04 04:10:18 +0000
commit691668340cccdc84164d37501885d509db88f113 (patch)
tree5aad93e879544cae233f9ac521b7da70f361889f /docs
parent46ed46e3841017554daf027809c419b565f99d2f (diff)
Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst providing support for filtering as per data-driven definitions. (#18971)
Diffstat (limited to 'docs')
-rw-r--r--docs/chibios_upgrade_instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chibios_upgrade_instructions.md b/docs/chibios_upgrade_instructions.md
index b0a71142a3..14afe2c743 100644
--- a/docs/chibios_upgrade_instructions.md
+++ b/docs/chibios_upgrade_instructions.md
@@ -51,7 +51,7 @@ ChibiOS and ChibiOS-Contrib need to be updated in tandem -- the latter has a bra
* `./util/chibios_conf_updater.sh`
* Build everything
* `cd $QMK_FIRMWARE`
- * `qmk multibuild -j4`
+ * `qmk mass-compile -j 4`
* Make sure there are no errors
* Push to the repo
* `git commit -am 'Update ChibiOS to 99.9.9'`