From c029bf94f5238051382709a82d18ea4d1590ccc3 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 2 Jul 2022 14:11:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@25033d5d9ee1298c719d8e33a96eb7cabb9c04ac=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newbs_getting_started.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/newbs_getting_started.md b/newbs_getting_started.md index d5f92cf89d1..55a50f7b3ce 100644 --- a/newbs_getting_started.md +++ b/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