Explorar o código

Update newbs_getting_started.md

qmk is not available in the official Arch repositories. It is in the AUR, this install command will work if user has `yay` installed.
Bram de Wilde %!s(int64=5) %!d(string=hai) anos
pai
achega
2c201ab9ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/newbs_getting_started.md

+ 1 - 1
docs/newbs_getting_started.md

@@ -68,7 +68,7 @@ You will need to install Git and Python. It's very likely that you already have
 
 * Debian / Ubuntu / Devuan: `apt-get install git python3 && python3 -m pip install qmk`
 * Fedora / Red Hat / CentOS: `yum install git python3 && python3 -m pip install qmk`
-* Arch: `pacman -S qmk`
+* Arch: `yay -S qmk` (or use any other AUR Helper)
 
 ## 3. Run QMK Setup :id=set-up-qmk