mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 17:55:45 +02:00
aur: mark multiple package installation (#17544)
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
parent
b1a56da9d9
commit
b4a8ccddeb
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
`aur search {{keyword}}`
|
||||
|
||||
- Download a package and its dependencies from AUR, build them and add them to a local repository:
|
||||
- Download one or more packages and their dependencies from the AUR, build them, and add them to a local repository:
|
||||
|
||||
`aur sync {{package}}`
|
||||
`aur sync {{package1 package2 ...}}`
|
||||
|
||||
- List packages available in your local repository:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue