summaryrefslogtreecommitdiffstats
path: root/docs/getting_started_build_tools.md
diff options
context:
space:
mode:
authorGreenShadowMaker <39226745+GreenShadowMaker@users.noreply.github.com>2018-05-22 21:48:33 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-22 21:48:33 +0200
commit06b363726656c3eee42b739cd47b65727536245d (patch)
treefade0a6cb15a68dd231ab82a34ef8f8947ab675b /docs/getting_started_build_tools.md
parent508801c948b0d4a8b7ea727ce5c3a6ab393d7dc6 (diff)
downloadqmk_firmware-06b363726656c3eee42b739cd47b65727536245d.tar.gz
qmk_firmware-06b363726656c3eee42b739cd47b65727536245d.tar.xz
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.md2
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`.**