From 35475c7f4c81145300154d7b5ea4b500f4864897 Mon Sep 17 00:00:00 2001 From: Jguer Date: Sat, 29 Feb 2020 18:53:58 +0100 Subject: [PATCH] fix(yay): lint README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eb9dd415..837d7840 100644 --- a/README.md +++ b/README.md @@ -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 ` | Present package-installation selection menu. | -|`yay -Ps` | Print system statistics.| -|`yay -Yc`| Clean unneeded dependencies.| -|`yay -G `| 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 ` | Present package-installation selection menu. | +| `yay -Ps` | Print system statistics. | +| `yay -Yc` | Clean unneeded dependencies. | +| `yay -G ` | 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.

-