diff options
author | Joel Challis <git@zvecr.com> | 2024-05-31 01:34:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 10:34:30 +1000 |
commit | 119e54e9e3db66355a07be5f8db9fcc81b65f1ff (patch) | |
tree | 0dbca754bc72a2cd868caf73ce19be939a1967c4 /docs/newbs_building_firmware_workflow.md | |
parent | 32af90ae840714d0fcb8dc438bc519e88ab63e1f (diff) |
Docs theme updates (#23832)
Diffstat (limited to 'docs/newbs_building_firmware_workflow.md')
-rw-r--r-- | docs/newbs_building_firmware_workflow.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/newbs_building_firmware_workflow.md b/docs/newbs_building_firmware_workflow.md index 01c2e69032..a512389278 100644 --- a/docs/newbs_building_firmware_workflow.md +++ b/docs/newbs_building_firmware_workflow.md @@ -2,11 +2,9 @@ This is an intermediate QMK tutorial to setup an out-of-tree build environment with a personal GitHub repository. It avoids using a fork of the QMK firmware to store and build your keymap within its source tree. Keymap files will instead be stored in your own personal GitHub repository, in [Userspace](feature_userspace) format, and built with an action workflow. Unlike the [default tutorial](newbs), this guide requires some familiarity with using Git. -::: tip -**Is This Guide For Me?**<br> -::: +::: tip Is This Guide For Me? This is a lean setup to avoid space-consuming local build environment in your computer. Troubleshooting compile-time errors will be slower with commit uploads to GitHub for the compiler workflow. - +::: ## Prerequisites |