1
0
mirror of https://github.com/Jguer/yay synced 2024-07-09 04:46:19 +00:00

fix(yay): lint README.md

This commit is contained in:
Jguer 2020-02-29 18:53:58 +01:00
parent 9795a36692
commit 35475c7f4c
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35

View File

@ -111,14 +111,15 @@ If you transition between aur helpers and did not install the devel package usin
Check `CONTRIBUTING.md` for more information.
## Examples of Custom Operations
| Command | Description |
| ------------- | ------------- |
|`yay <Search Term>` | Present package-installation selection menu. |
|`yay -Ps` | Print system statistics.|
|`yay -Yc`| Clean unneeded dependencies.|
|`yay -G <AUR Package>`| Download PKGBUILD from ABS or AUR.|
|`yay -Y --gendb`| Generate development package database used for devel update.|
|`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. |
| Command | Description |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `yay <Search Term>` | Present package-installation selection menu. |
| `yay -Ps` | Print system statistics. |
| `yay -Yc` | Clean unneeded dependencies. |
| `yay -G <AUR Package>` | Download PKGBUILD from ABS or AUR. |
| `yay -Y --gendb` | Generate development package database used for devel update. |
| `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. |
## Images
@ -131,4 +132,3 @@ Check `CONTRIBUTING.md` for more information.
<img src="https://rawcdn.githack.com/Jguer/jguer.github.io/77647f396cb7156fd32e30970dbeaf6d6dc7f983/yay/yay-y.png" width="42%"/>
<img src="https://rawcdn.githack.com/Jguer/jguer.github.io/77647f396cb7156fd32e30970dbeaf6d6dc7f983/yay/yay-ps.png" width="42%"/>
</p>