Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an emphasis on QMK MSYS terminal #21168

Merged
merged 2 commits into from
Jun 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/newbs_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,23 @@ NOTE: remember to follow the instructions printed at the end of installation (us

### ** Windows **

After installing QMK you can set it up with this command:
Open QMK MSYS and run the following command:

qmk setup

In most situations you will want to answer `y` to all of the prompts.

### ** macOS **

After installing QMK you can set it up with this command:
After installing QMK, open Terminal and run the following command:
filterpaper marked this conversation as resolved.
Show resolved Hide resolved

qmk setup

In most situations you will want to answer `y` to all of the prompts.

### ** Linux/WSL **

After installing QMK you can set it up with this command:
After installing QMK, open your preferred terminal app and run the following command:
filterpaper marked this conversation as resolved.
Show resolved Hide resolved
filterpaper marked this conversation as resolved.
Show resolved Hide resolved

qmk setup

Expand All @@ -150,7 +150,7 @@ Luckily, the fix is easy. Run this as your user: `echo 'PATH="$HOME/.local/bin:$

### ** FreeBSD **

After installing QMK you can set it up with this command:
After installing QMK, open your preferred terminal app and run the following command:
filterpaper marked this conversation as resolved.
Show resolved Hide resolved

qmk setup

Expand Down