Browse Source

Add needed to pacman command (#2878)

Roland Fredenhagen 3 years ago
parent
commit
3de67cb341
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/getting-started/setup-linux.md

+ 2 - 1
docs/getting-started/setup-linux.md

@@ -37,7 +37,8 @@ $ sudo apt update && sudo apt install libwebkit2gtk-4.0-dev \
 <TabItem value="arch">
 
 ```sh
-$ sudo pacman -Syy && sudo pacman -S --needed webkit2gtk \
+$ sudo pacman -Syy && sudo pacman -S --needed \
+    webkit2gtk \
     base-devel \
     curl \
     wget \