summaryrefslogtreecommitdiff
path: root/docs/newbs_building_firmware_workflow.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-11-29 02:49:27 +0000
committerQMK Bot <hello@qmk.fm>2023-11-29 02:49:27 +0000
commit6524d5354a0d5e469182b23c91ab8f8ccf9cf788 (patch)
tree9f77e7dfcad65467f928d450dba6aea7820f7f72 /docs/newbs_building_firmware_workflow.md
parente90874c382cdcb4482ac2e420b250053c05d0478 (diff)
parent0fb3aaec8e80a0277e50af74d9abb8680c979ed9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/newbs_building_firmware_workflow.md')
-rw-r--r--docs/newbs_building_firmware_workflow.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/newbs_building_firmware_workflow.md b/docs/newbs_building_firmware_workflow.md
index e0cfdc77df..a3cc53ad86 100644
--- a/docs/newbs_building_firmware_workflow.md
+++ b/docs/newbs_building_firmware_workflow.md
@@ -143,13 +143,13 @@ Replace `username.json` with the JSON file name that was downloaded from [QMK Co
If you have completed all steps correctly, the folder `qmk_keymap/` will contain the following files:
```
-|-- .github
-| `-- workflows
-| `-- build.yml
-|-- rules.mk
-|-- config.h
-|-- source.c
-|-- username.json
+├── .github
+│   └── workflows
+│   └── build.yml
+├── rules.mk
+├── config.h
+├── source.c
+└── username.json
```
To commit and push them into GitHub, run the following commands (replacing `gh-username` with your GitHub user name):