diff options
author | zvecr <git@zvecr.com> | 2023-01-04 04:17:58 +0000 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2023-01-04 04:17:58 +0000 |
commit | 115c241f21d35028a188d88c710fb5770c809da7 (patch) | |
tree | f8344a39cfc3239d7ad4bd9dcdb688b15bf57d81 /docs | |
parent | f9ee0571a773186b8a6236c26fcfe0e480937aec (diff) | |
parent | 691668340cccdc84164d37501885d509db88f113 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/chibios_upgrade_instructions.md | 2 |
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'` |