diff options
author | GreenShadowMaker <39226745+GreenShadowMaker@users.noreply.github.com> | 2018-05-22 12:48:33 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-22 12:48:33 -0700 |
commit | 06b363726656c3eee42b739cd47b65727536245d (patch) | |
tree | fade0a6cb15a68dd231ab82a34ef8f8947ab675b /docs/getting_started_build_tools.md | |
parent | 508801c948b0d4a8b7ea727ce5c3a6ab393d7dc6 (diff) | |
download | qmk_firmware-06b363726656c3eee42b739cd47b65727536245d.tar.gz |
added some helpful notes to the documentation (#2981)
Diffstat (limited to 'docs/getting_started_build_tools.md')
-rw-r--r-- | docs/getting_started_build_tools.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 636b54672..45b51b2cc 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -4,6 +4,8 @@ This page describes setting up the build environment for QMK. These instructions <!-- FIXME: We should have ARM instructions somewhere. --> +Note: If it is your first time here, Check out the "Complete Newbs guide" instead + ## Linux To ensure you are always up to date, you can just run `sudo util/install_dependencies.sh`. That should always install all the dependencies needed. **This will run `apt-get upgrade`.** |