From 9fac9805fbeb037e06f4a9b62fae2a71e3d63e99 Mon Sep 17 00:00:00 2001 From: reujab Date: Fri, 4 Aug 2017 21:15:12 -0400 Subject: [PATCH 1/2] improved readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05842d6e..bda3a18e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # yay Yet another Yogurt - An AUR Helper written in Go -**Packages** -[![yay](https://img.shields.io/aur/version/yay.svg?label=yay)](https://aur.archlinux.org/packages/yay/) - Compile from source -[![yay-bin](https://img.shields.io/aur/version/yay-bin.svg?label=yay-bin)](https://aur.archlinux.org/packages/yay-bin/) - Binary version +#### Packages +- [![yay](https://img.shields.io/aur/version/yay.svg?label=yay)](https://aur.archlinux.org/packages/yay/) - Compile from source +- [![yay-bin](https://img.shields.io/aur/version/yay-bin.svg?label=yay-bin)](https://aur.archlinux.org/packages/yay-bin/) - Binary version There's a point in everyone's life when you feel the need to write an AUR helper because there are only about 20 of them. So say hi to 20+1. @@ -25,7 +25,6 @@ Yay was created with a few objectives in mind and based on the design of yaourt - Removes make dependencies at the end of build process #### Custom Operations - - `yay ` presents package selection menu - `yay -Qstats` delivers system statistics - `yay -Cd` cleans unneeded dependencies From 263b2facef3627e301e49277729f1d9baffab83b Mon Sep 17 00:00:00 2001 From: J Guerreiro Date: Sat, 5 Aug 2017 10:54:09 +0100 Subject: [PATCH 2/2] Further improvements to README Picture overall is needed as it is outdated --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bda3a18e..14bbb762 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Yet another Yogurt - An AUR Helper written in Go #### Packages -- [![yay](https://img.shields.io/aur/version/yay.svg?label=yay)](https://aur.archlinux.org/packages/yay/) - Compile from source -- [![yay-bin](https://img.shields.io/aur/version/yay-bin.svg?label=yay-bin)](https://aur.archlinux.org/packages/yay-bin/) - Binary version +[![yay](https://img.shields.io/aur/version/yay.svg?label=yay)](https://aur.archlinux.org/packages/yay/) [![yay-bin](https://img.shields.io/aur/version/yay-bin.svg?label=yay-bin)](https://aur.archlinux.org/packages/yay-bin/) [![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg)](https://raw.githubusercontent.com/Jguer/yay/master/LICENSE) There's a point in everyone's life when you feel the need to write an AUR helper because there are only about 20 of them. So say hi to 20+1.