aur: add build directory cleaning example (#17636)

This commit is contained in:
Managor
2025-08-16 10:42:45 +03:00
committed by GitHub
parent b05bcbd6b5
commit 2fa813620d
+4
View File
@@ -24,6 +24,10 @@
`aur sync {{[-u|--upgrades]}}`
- Clean build files after install:
`aur sync {{[-C|--clean]}} {{package}}`
- Install a package without viewing changes in Vim and do not confirm dependency installation:
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`