1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-28 19:53:32 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`