diff options
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r-- | docs/newbs_getting_started.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 3a5e8269c..60b94b012 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md | |||
@@ -29,6 +29,13 @@ QMK Toolbox is a Windows and macOS program that allows you to both program and d | |||
29 | 29 | ||
30 | We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest. | 30 | We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest. |
31 | 31 | ||
32 | {% hint style="info" %} | ||
33 | If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK: | ||
34 | |||
35 | * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html) | ||
36 | * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html) | ||
37 | {% endhint %} | ||
38 | |||
32 | ### Windows | 39 | ### Windows |
33 | 40 | ||
34 | You will need to install msys2 and git. | 41 | You will need to install msys2 and git. |