Fix AUR package name (#11416)

On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
master
Toban Wiebe 2021-01-08 16:37:42 -08:00 committed by GitHub
parent 06a6b23e60
commit 95a1496ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 **