mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Merge branch 'master' into flatten
This commit is contained in:
commit
f7b1cdf990
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +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
|
||||
[![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/) [![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.
|
||||
|
@ -25,7 +24,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 <Search Term>` presents package selection menu
|
||||
- `yay -Qstats` delivers system statistics
|
||||
- `yay -Cd` cleans unneeded dependencies
|
||||
|
|
Loading…
Reference in a new issue