From 44f48640349f7179f636b0185168c84c1dcdecb9 Mon Sep 17 00:00:00 2001 From: Alex Seiler Date: Tue, 17 Oct 2017 04:01:56 +0200 Subject: [PATCH] Revert changes in README.md to 'apacman', add hyperlinks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79175ec4..33458798 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Yet another Yogurt - An AUR Helper written in Go 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. -Yay was created with a few objectives in mind and based on the design of yaourt and pacman: +Yay was created with a few objectives in mind and based on the design of [yaourt](https://github.com/archlinuxfr/yaourt) and [apacman](https://github.com/oshazard/apacman): - Have almost no dependencies. - Provide an interface for pacman. @@ -18,7 +18,7 @@ Yay was created with a few objectives in mind and based on the design of yaourt ## Features - AUR Tab completion - Search narrowing (`yay linux header` will first search linux and then narrow on header) -- No sourcing of PKGBUILDs is done +- No sourcing of PKGBUILD is done - The binary has no dependencies that pacman doesn't already have. - Sources build dependencies - Removes make dependencies at the end of build process