aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
authorBram de Wilde <36888863+brambozz@users.noreply.github.com>2020-03-31 20:55:54 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-31 14:26:19 -0700
commit2c201ab9ad182aa7692be8ce309dd749c46d9dba (patch)
treefda80936c0745fe1fbf3183dd976dc7462e777a2 /docs/newbs_getting_started.md
parente5b10079cfaf9bd3cfb25781f2847a6ca4590fd4 (diff)
downloadfirmware-2c201ab9ad182aa7692be8ce309dd749c46d9dba.tar.gz
firmware-2c201ab9ad182aa7692be8ce309dd749c46d9dba.tar.bz2
firmware-2c201ab9ad182aa7692be8ce309dd749c46d9dba.zip
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.
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r--docs/newbs_getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index 67dd5290c..8ffbb9117 100644
--- a/docs/newbs_getting_started.md
+++ b/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