Add needed to pacman command (#2878)

This commit is contained in:
Roland Fredenhagen
2021-11-13 01:48:54 +01:00
committed by GitHub
parent 34be6cf37a
commit 3de67cb341

View File

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