Fix custom operations display

This commit is contained in:
J Guerreiro 2019-04-06 12:13:33 +01:00 committed by GitHub
parent af9f9751ee
commit 308cf5c3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,25 +111,14 @@ If you transition between aur helpers and did not install the devel package usin
Check `CONTRIBUTING.md` for more information. Check `CONTRIBUTING.md` for more information.
## Examples of Custom Operations ## Examples of Custom Operations
| Command | Description |
`yay <Search Term>` | ------------- | ------------- |
&nbsp; &nbsp; &nbsp; &nbsp; Present package-installation selection menu. |`yay <Search Term>` | Present package-installation selection menu. |
|`yay -Ps` | Print system statistics.|
`yay -Ps` |`yay -Yc`| Clean unneeded dependencies.|
&nbsp; &nbsp; &nbsp; &nbsp; Print system statistics. |`yay -G <AUR Package>`| Download PKGBUILD from ABS or AUR.|
|`yay -Y --gendb`| Generate development package database used for devel update.|
`yay -Yc` |`yay -Syu --devel --timeupdate` | Perform system upgrade, but also check for development package updates and use PKGBUILD modification time (not version number) to determine update. |
&nbsp; &nbsp; &nbsp; &nbsp; Clean unneeded dependencies.
`yay -G <AUR Package>`
&nbsp; &nbsp; &nbsp; &nbsp; Download PKGBUILD from ABS or AUR.
`yay -Y --gendb`
&nbsp; &nbsp; &nbsp; &nbsp; Generate development package database used for devel update.
`yay -Syu --devel --timeupdate`
&nbsp; &nbsp; &nbsp; &nbsp; Perform system upgrade, but also check for development package updates and use
&nbsp; &nbsp; &nbsp; &nbsp; PKGBUILD modification time (not version number) to determine update.
## Images ## Images