瀏覽代碼

Fix AUR package name (#11416)

On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
Toban Wiebe 4 年之前
父節點
當前提交
95a1496ebc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/newbs_getting_started.md

+ 2 - 2
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 **