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
1 changed files with 1 additions and 1 deletions

View File

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