summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-30 14:02:54 +0000
committerQMK Bot <hello@qmk.fm>2020-12-30 14:02:54 +0000
commitd5c89c8ed549bb38b481204f9c8ce9435538674c (patch)
tree4b1b382277c3629a34e19d2b369c971b7b33512b /docs
parentf801c69c7568e6bbd8263a4a2bbc601909c137d8 (diff)
parent6f6e28b4c73a29d9fc5ac2699c2ce65671ff8118 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/newbs_getting_started.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index 3793fe7673..4609275d0b 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -93,7 +93,15 @@ Install the QMK CLI by running:
python3 -m pip install --user qmk
-On Arch-based distros you can also try the `qmk` package from AUR (**NOTE**: this package is maintained by a community member, and at the time of writing marks some dependencies as optional that should not be):
+#### Community Packages
+
+These packages are maintained by community members, so may not be up to date or completely functional. If you encounter problems, please report them to their respective maintainers.
+
+On Arch-based distros you can install the CLI from the official repositories (NOTE: at the time of writing this package marks some dependencies as optional that should not be):
+
+ sudo pacman -S qmk
+
+You can also try the `qmk` package from AUR:
yay -S qmk