Browse Source

Add Arch / Manjaro section for Linux setup instructions (#10509)

pull/11355/head
Reibl János Dániel 3 years ago
committed by GitHub
parent
commit
6f6e28b4c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      docs/newbs_getting_started.md

+ 9
- 1
docs/newbs_getting_started.md View File

@ -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


Loading…
Cancel
Save