diff options
author | skullY <skullydazed@gmail.com> | 2020-02-27 20:53:50 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 54c58ea6de61a0f1fefa06e8271e2e11f9027940 (patch) | |
tree | 2ce4163cda8164edccd6f06f6e384861a205006c /docs/newbs_getting_started.md | |
parent | a95a314f78fd96aca7cc496b10bd310e28b1b66e (diff) | |
download | qmk_firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.tar.gz qmk_firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.zip |
Add explicit id tags to externally linked headers
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r-- | docs/newbs_getting_started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 3f0364ac4..cb8267de6 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 | ## 2. Prepare Your Build Environment | 32 | ## 2. Prepare Your Build Environment :id=set-up-your-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 | ## 3. Run QMK Setup | 69 | ## 3. Run QMK Setup :id=set-up-qmk |
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 | ||