docs(arch): install build deps as deps to keep system clean

This commit is contained in:
Dennis Weiershaeuser
2025-12-31 13:43:14 +01:00
parent 06484547d1
commit 99867005a0

View File

@@ -119,7 +119,7 @@ sudo apt install \
On Arch, you can use this command:
```
pacman -S \
pacman -S --asdeps \
gtkmm3 \
jsoncpp \
libsigc++ \