paru: replace -P example by 2 --getpkgbuild examples (#5417)

This commit is contained in:
Davi
2021-03-13 13:02:47 -03:00
committed by GitHub
parent 3192ab066b
commit 856d526a87

View File

@@ -1,7 +1,7 @@
# paru
> An AUR helper and pacman wrapper.
> More information: <https://github.com/morganamilo/paru>.
> More information: <https://github.com/Morganamilo/paru>.
- Interactively search for and install a package:
@@ -19,6 +19,10 @@
`paru -Si {{package_name}}`
- Show statistics for installed packages and system health:
- Download `PKGBUILD` and other package source files from the AUR or ABS:
`paru -P --stats`
`paru --getpkgbuild {{package_name}}`
- Display the `PKGBUILD` file of a package:
`paru --getpkgbuild --print {{package_name}}`