Selaa lähdekoodia

Replace `pacman -Sy` with `pacman -S` in Arch Linux installation guides (#252)

According to ArchWiki, using `pacman -Sy` to perform partial upgrades
is not supported.
Integral 2 kuukautta sitten
vanhempi
sitoutus
d21cd482e4
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      docs/guide/quick-start.md
  2. 2 2
      docs/zh/guide/quick-start.md

+ 2 - 2
docs/guide/quick-start.md

@@ -85,8 +85,8 @@ brew install xmake
 
 
 ::: code-group
 ::: code-group
 
 
-```sh [Archlinux]
-sudo pacman -Sy xmake
+```sh [Arch Linux]
+sudo pacman -S xmake
 ```
 ```
 
 
 ```sh [Alpine]
 ```sh [Alpine]

+ 2 - 2
docs/zh/guide/quick-start.md

@@ -87,8 +87,8 @@ brew install xmake
 
 
 ::: code-group
 ::: code-group
 
 
-```sh [Archlinux]
-sudo pacman -Sy xmake
+```sh [Arch Linux]
+sudo pacman -S xmake
 ```
 ```
 
 
 ```sh [Alpine]
 ```sh [Alpine]