mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Add needed to pacman command (#2878)
This commit is contained in:
committed by
GitHub
parent
34be6cf37a
commit
3de67cb341
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user