diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-08 11:21:27 -0800 |
---|---|---|
committer | Zach White <skullydazed@gmail.com> | 2021-01-08 11:21:27 -0800 |
commit | 667161620a2c96c8b286f40f557f5722c7f58f8a (patch) | |
tree | 86321f4d9e4c028c5cddc6a37fc4deaa83ca4887 /docs | |
parent | e2c7f893470465f986bd6849c18606be0f2b7842 (diff) | |
parent | 6d9b4c7b4f5de5631955e57b9706f90072971bcb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/newbs_getting_started.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 4609275d0b..e03562f00f 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -41,6 +41,19 @@ We've tried to make QMK as easy to set up as possible. You only have to prepare ### ** Windows ** +QMK maintains a Bundle of MSYS2, the CLI and all necessary dependencies. It also provides a handy `QMK MSYS` terminal shortcut to boot you directly into the correct environment. + +#### Prerequisites + +You will need to install `QMK MSYS`. The latest release is available at https://msys.qmk.fm/. + +Alternatively, if you'd like to manually install msys2, the following section will walk you through the process. + +<details> + <summary>Manual Install</summary> + +?> Ignore the following steps if you use `QMK MSYS`. + #### Prerequisites You will need to install MSYS2, Git and Python. Follow the installation instructions on https://www.msys2.org. @@ -59,6 +72,8 @@ Install the QMK CLI by running: python3 -m pip install qmk +</details> + ### ** macOS ** QMK maintains a Homebrew tap and formula which will automatically install the CLI and all necessary dependencies. |