summaryrefslogtreecommitdiff
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
authorToban Wiebe <tobanw@gmail.com>2021-01-08 16:37:42 -0800
committerGitHub <noreply@github.com>2021-01-09 11:37:42 +1100
commit95a1496ebced72887a23367d72ba2587fabbb27f (patch)
tree2156bcbb4b4134b32d476a48c5de41ae79aa2910 /docs/newbs_getting_started.md
parent06a6b23e60efd259566421a33401adf3ce79b346 (diff)
Fix AUR package name (#11416)
On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r--docs/newbs_getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index e03562f00f..10a5130505 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -116,9 +116,9 @@ On Arch-based distros you can install the CLI from the official repositories (NO
sudo pacman -S qmk
-You can also try the `qmk` package from AUR:
+You can also try the `qmk-git` package from AUR:
- yay -S qmk
+ yay -S qmk-git
### ** FreeBSD **