aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-03-26 23:29:47 +1100
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-26 07:50:22 -0700
commit11f12d386bb0074835a58b692370fc46f7024b6f (patch)
treebf0e2cb4e36ee908d5a69e4931594b38a0ba4c39 /docs/newbs_getting_started.md
parent4d76d85d7bef735a56f9e1e275c89f4beaf52a64 (diff)
downloadfirmware-11f12d386bb0074835a58b692370fc46f7024b6f.tar.gz
firmware-11f12d386bb0074835a58b692370fc46f7024b6f.tar.bz2
firmware-11f12d386bb0074835a58b692370fc46f7024b6f.zip
Fix wrong python-pip package for MSYS setup instructions
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r--docs/newbs_getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index 01d9c9d09..67dd5290c 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -50,7 +50,7 @@ After opening a new MSYS2 MinGW 64-bit terminal, make sure `pacman` is up to dat
You may be asked to close and reopen the window. Do this and keep running the above command until it says `there is nothing to do`. Then run the following:
- pacman -S git python3-pip
+ pacman -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python3-pip
python3 -m pip install qmk
### macOS