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:
parent
b05bcbd6b5
commit
2fa813620d
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue