diff options
| author | Reibl János Dániel <janos.daniel.reibl@protonmail.com> | 2020-12-30 15:02:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 15:02:24 +0100 |
| commit | 6f6e28b4c73a29d9fc5ac2699c2ce65671ff8118 (patch) | |
| tree | d73f82253b7e90db77f0d3c737a99c8f9f555102 /docs | |
| parent | 411b92e206746faa0b2264a155d5c9a64cf38a37 (diff) | |
| download | qmk_firmware-6f6e28b4c73a29d9fc5ac2699c2ce65671ff8118.tar.gz qmk_firmware-6f6e28b4c73a29d9fc5ac2699c2ce65671ff8118.zip | |
Add Arch / Manjaro section for Linux setup instructions (#10509)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/newbs_getting_started.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 3793fe767..4609275d0 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md | |||
| @@ -93,7 +93,15 @@ Install the QMK CLI by running: | |||
| 93 | 93 | ||
| 94 | python3 -m pip install --user qmk | 94 | python3 -m pip install --user qmk |
| 95 | 95 | ||
| 96 | 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): | 96 | #### Community Packages |
| 97 | |||
| 98 | 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. | ||
| 99 | |||
| 100 | 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): | ||
| 101 | |||
| 102 | sudo pacman -S qmk | ||
| 103 | |||
| 104 | You can also try the `qmk` package from AUR: | ||
| 97 | 105 | ||
| 98 | yay -S qmk | 106 | yay -S qmk |
| 99 | 107 | ||
