diff options
| author | kuchosauronad0 <22005492+kuchosauronad0@users.noreply.github.com> | 2019-10-07 20:08:05 -0700 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-07 20:08:05 -0700 |
| commit | 49fdd386b23da8eed43241a85023461b11571526 (patch) | |
| tree | 1be07f7d0ce36f2d9d02f972752de46917410ead /docs/newbs_building_firmware.md | |
| parent | e2ec5790b71c18d02b79fdc9979e94b3fadba2a3 (diff) | |
| download | qmk_firmware-49fdd386b23da8eed43241a85023461b11571526.tar.gz qmk_firmware-49fdd386b23da8eed43241a85023461b11571526.zip | |
[Docs] Clean up docs/newbs_building_firmware.md (#6930)
* Clean up the blocks in the second section so that macOS & Windows are in the same block with the command
* As suggested by fauxpark
Diffstat (limited to 'docs/newbs_building_firmware.md')
| -rw-r--r-- | docs/newbs_building_firmware.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/newbs_building_firmware.md b/docs/newbs_building_firmware.md index fabfefb19..5a8f181b8 100644 --- a/docs/newbs_building_firmware.md +++ b/docs/newbs_building_firmware.md | |||
| @@ -8,15 +8,15 @@ If you have closed and reopened your terminal window since following the first p | |||
| 8 | 8 | ||
| 9 | Start by navigating to the `keymaps` folder for your keyboard. | 9 | Start by navigating to the `keymaps` folder for your keyboard. |
| 10 | 10 | ||
| 11 | ?> If you are on macOS or Windows there are commands you can use to easily open the keymaps folder. | 11 | If you are on macOS or Windows there are commands you can use to easily open the keymaps folder. |
| 12 | 12 | ||
| 13 | ?> macOS: | 13 | ### macOS: |
| 14 | 14 | ||
| 15 | open keyboards/<keyboard_folder>/keymaps | 15 | ``` open keyboards/<keyboard_folder>/keymaps ``` |
| 16 | 16 | ||
| 17 | ?> Windows: | 17 | ### Windows: |
| 18 | 18 | ||
| 19 | start .\\keyboards\\<keyboard_folder>\\keymaps | 19 | ``` start .\\keyboards\\<keyboard_folder>\\keymaps ``` |
| 20 | 20 | ||
| 21 | ## Create a Copy Of The `default` Keymap | 21 | ## Create a Copy Of The `default` Keymap |
| 22 | 22 | ||
