Skip to content

Commit

Permalink
Merge pull request Jguer#55 from goggle/typo-readme
Browse files Browse the repository at this point in the history
Fix two typos in README.md
  • Loading branch information
Jguer authored Oct 17, 2017
2 parents 93de8ba + 44f4864 commit 893196b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 apacman:
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.
Expand All @@ -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
Expand Down Expand Up @@ -92,4 +92,3 @@ Yay was created with a few objectives in mind and based on the design of yaourt
- Bottom up package display
- Number menu like yaourt/apacman
- System package statistics

0 comments on commit 893196b

Please sign in to comment.