diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 13:42:23 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 8249a288d70fa078e0174846618d0f3b6fd911f1 (patch) | |
tree | 0a35c8469cb9efa3331407f6a18dd1ebba4e1708 | |
parent | 45e218ceec1269e5e2751146272637922cd7e9d9 (diff) | |
download | qmk_firmware-8249a288d70fa078e0174846618d0f3b6fd911f1.tar.gz qmk_firmware-8249a288d70fa078e0174846618d0f3b6fd911f1.zip |
fix numbering
-rw-r--r-- | docs/newbs_getting_started.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 10ebb03d2..3f0364ac4 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md | |||
@@ -29,7 +29,7 @@ Linux and macOS come with unix shells you can execute already. You will only nee | |||
29 | 29 | ||
30 | On Windows you will need to install MSYS2 or WSL and use those environments. Instructions for setting up MSYS2 are provided below. | 30 | On Windows you will need to install MSYS2 or WSL and use those environments. Instructions for setting up MSYS2 are provided below. |
31 | 31 | ||
32 | ## Prepare Your Build Environment | 32 | ## 2. Prepare Your Build Environment |
33 | 33 | ||
34 | We've tried to make QMK as easy to set up as possible. You only have to prepare your Linux or Unix environment, then let QMK install the rest. | 34 | We've tried to make QMK as easy to set up as possible. You only have to prepare your Linux or Unix environment, then let QMK install the rest. |
35 | 35 | ||
@@ -66,7 +66,7 @@ You will need to install Git and Python. It's very likely that you already have | |||
66 | * Fedora / Red Hat / CentOS: `yum install git python3 && python3 -m pip install qmk` | 66 | * Fedora / Red Hat / CentOS: `yum install git python3 && python3 -m pip install qmk` |
67 | * Arch: `pacman -S qmk` | 67 | * Arch: `pacman -S qmk` |
68 | 68 | ||
69 | ## 2. Run QMK Setup | 69 | ## 3. Run QMK Setup |
70 | 70 | ||
71 | After installing QMK you can set it up with this command: | 71 | After installing QMK you can set it up with this command: |
72 | 72 | ||
@@ -76,7 +76,7 @@ In most situations you will want to answer Yes to all of the prompts. | |||
76 | 76 | ||
77 | ?> If you already know [how to use GitHub](getting_started_github.md), we recommend that you create your own fork and use `qmk setup <github_username>` to clone your personal fork. If you don't know what that means you can safely ignore this message. | 77 | ?> If you already know [how to use GitHub](getting_started_github.md), we recommend that you create your own fork and use `qmk setup <github_username>` to clone your personal fork. If you don't know what that means you can safely ignore this message. |
78 | 78 | ||
79 | ## 3. Test Your Build Environment | 79 | ## 4. Test Your Build Environment |
80 | 80 | ||
81 | Now that your QMK build environment is set up, you can build a firmware for your keyboard. Start by trying to build the keyboard's default keymap. You should be able to do that with a command in this format: | 81 | Now that your QMK build environment is set up, you can build a firmware for your keyboard. Start by trying to build the keyboard's default keymap. You should be able to do that with a command in this format: |
82 | 82 | ||
@@ -96,7 +96,7 @@ Checking file size of clueboard_66_rev3_default.hex | |||
96 | * The firmware size is fine - 26356/28672 (2316 bytes free) | 96 | * The firmware size is fine - 26356/28672 (2316 bytes free) |
97 | ``` | 97 | ``` |
98 | 98 | ||
99 | ## 4. Configure Your Build Environment (Optional) | 99 | ## 5. Configure Your Build Environment (Optional) |
100 | 100 | ||
101 | You can configure your build environment to set the defaults and make working with QMK less tedious. Let's do that now! | 101 | You can configure your build environment to set the defaults and make working with QMK less tedious. Let's do that now! |
102 | 102 | ||