aboutsummaryrefslogtreecommitdiff
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
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
68 68
69* Debian / Ubuntu / Devuan: `apt-get install git python3 && python3 -m pip install qmk` 69* Debian / Ubuntu / Devuan: `apt-get install git python3 && python3 -m pip install qmk`
70* Fedora / Red Hat / CentOS: `yum install git python3 && python3 -m pip install qmk` 70* Fedora / Red Hat / CentOS: `yum install git python3 && python3 -m pip install qmk`
71* Arch: `pacman -S qmk` 71* Arch: `yay -S qmk` (or use any other AUR Helper)
72 72
73## 3. Run QMK Setup :id=set-up-qmk 73## 3. Run QMK Setup :id=set-up-qmk
74 74