Skip to content

Commit

Permalink
Add missing repository name to qmk setup w/ github (qmk#8792)
Browse files Browse the repository at this point in the history
Using just qmk setup <github_username> would fail w/ "Could not find repo github.com/<username>, whereas the repo is actually after another slash after the user name. Can consider changing code to add the default forked repo name if slash is not detected in the arg.
  • Loading branch information
mimkorn authored and Quarren42 committed Apr 15, 2020
1 parent 14955b5 commit f904fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/newbs_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ After installing QMK you can set it up with this command:

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

?> If you already know [how to use GitHub](getting_started_github.md), we recommend that you create your own fork and use `qmk setup <github_username>` to clone your personal fork. If you don't know what that means you can safely ignore this message.
?> If you already know [how to use GitHub](getting_started_github.md), we recommend that you create your own fork and use `qmk setup <github_username>/qmk_firmware` to clone your personal fork. If you don't know what that means you can safely ignore this message.

## 4. Test Your Build Environment

Expand Down

0 comments on commit f904fb9

Please sign in to comment.