From 932b8985ffa8e7da200831f1dcefbcf3ffeb27ae Mon Sep 17 00:00:00 2001 From: Jguer Date: Mon, 10 Apr 2017 02:07:59 +0100 Subject: [PATCH] Readme updated --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3521e5bc..d95a0f36 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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 +**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. @@ -10,8 +10,8 @@ So say hi to 20+1. Yay was created with a few objectives in mind and based on the design of yaourt and apacman: -- Have almost no dependencies. -- Provide an interface for pacman. +- Have almost no dependencies. +- Provide an interface for pacman. - Have yaourt like search. - Know when git packages are due for an upgrade (missing this one for now). @@ -26,6 +26,9 @@ Yay was created with a few objectives in mind and based on the design of yaourt ### Changelog +#### 1.115 +- Added AUR completions (updates on first completion every 48h) + #### 1.101 - Search speed and quality improved [#3](https://github.com/Jguer/yay/issues/3)