Merge pull request #4745 from cartok/docs/arch-update-readme

docs(arch): install build deps as deps to keep system clean
This commit is contained in:
Alexis Rouillard 2026-01-09 20:01:17 +01:00 committed by GitHub
commit af7eebba5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:
```
pacman -S \
pacman -S --asdeps \
gtkmm3 \
jsoncpp \
libsigc++ \