summaryrefslogtreecommitdiff
path: root/docs/faq_build.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-24 06:15:47 +0000
committerQMK Bot <hello@qmk.fm>2021-01-24 06:15:47 +0000
commit05aa864338aad30690838e95f3d48f58e8c41d81 (patch)
tree0f1463f61fcea1dd4fb88a73b6d7e47259b7d378 /docs/faq_build.md
parent28b1c913b4b6f113655af7288d52db86998fa717 (diff)
parent944cf6476e1a8ddfab7c08dbe4cc1fee3ea4beb7 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r--docs/faq_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index e64c035332..e4e69b912d 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -17,7 +17,7 @@ or just:
Note that running `make` with `sudo` is generally ***not*** a good idea, and you should use one of the former methods, if possible.
-### Linux `udev` Rules
+### Linux `udev` Rules :id=linux-udev-rules
On Linux, you'll need proper privileges to communicate with the bootloader device. You can either use `sudo` when flashing firmware (not recommended), or place [this file](https://github.com/qmk/qmk_firmware/tree/master/util/udev/50-qmk.rules) into `/etc/udev/rules.d/`.