diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 14:10:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 14:10:26 +0000 |
commit | 11299b337b858c8312d16b93565a2fd18410786f (patch) | |
tree | e6c2a0c861a0530bfeffdcb79dc7a9ae88c80213 /docs | |
parent | f083eb1a37591896abf7980b10066bd3a309102b (diff) | |
parent | d694488e2e39e9b599775a49fd711acc768e3915 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/newbs_getting_started.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index d5f92cf89d..55a50f7b3c 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -36,21 +36,15 @@ Alternatively, if you'd like to manually install MSYS2, the following section wi #### Prerequisites -You will need to install MSYS2, Git and Python. Follow the installation instructions on https://www.msys2.org. - -Once MSYS2 is installed, close any open MSYS terminals and open a new MinGW 64-bit terminal. +You will need to install [MSYS2](https://www.msys2.org). Once installed, close any open MSYS terminals (purple icon) and open a new MinGW 64-bit terminal (blue icon) from the Start Menu. !> **NOTE:** The MinGW 64-bit terminal is *not* the same as the MSYS terminal that opens when installation is completed. Your prompt should say "MINGW64" in purple text, rather than "MSYS". See [this page](https://www.msys2.org/wiki/MSYS2-introduction/#subsystems) for more information on the differences. -Then run the following command: - - pacman --needed --noconfirm --disable-download-timeout -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python-pillow - #### Installation Install the QMK CLI by running: - python3 -m pip install qmk + pacman --needed --noconfirm --disable-download-timeout -S git mingw-w64-x86_64-python-qmk </details> |