From 17ddcd0288be2e6b3a309468642a4508841bdb98 Mon Sep 17 00:00:00 2001 From: Erovia Date: Wed, 30 Dec 2020 14:04:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=206f6e28b4c73a29d9fc5ac2699c2ce65671ff8118=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newbs_getting_started.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/newbs_getting_started.md b/newbs_getting_started.md index 3793fe7673..4609275d0b 100644 --- a/newbs_getting_started.md +++ b/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