Skip to content

Commit 2fa8136

Browse files
authored
aur: add build directory cleaning example (#17636)
1 parent b05bcbd commit 2fa8136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/linux/aur.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
`aur sync {{[-u|--upgrades]}}`
2626

27+
- Clean build files after install:
28+
29+
`aur sync {{[-C|--clean]}} {{package}}`
30+
2731
- Install a package without viewing changes in Vim and do not confirm dependency installation:
2832

2933
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`

0 commit comments

Comments
 (0)