Skip to content

Commit

Permalink
Update for yay release
Browse files Browse the repository at this point in the history
Prepare README for predicted issues so when they do appear users can be shamed for not reading `READMEs`
  • Loading branch information
Jguer authored Jun 19, 2018
1 parent 1002a4f commit 87daef4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Yet another Yogurt - An AUR Helper written in Go

`yay: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory`
Pacman 5.1 migration explained [here](https://github.com/Jguer/yay/releases/tag/v6.784)

#### 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/) [![yay-git](https://img.shields.io/aur/version/yay-git.svg?label=yay-git)](https://aur.archlinux.org/packages/yay-git/) [![GitHub license](https://img.shields.io/github/license/jguer/yay.svg)](https://github.com/Jguer/yay/blob/master/LICENSE)
Expand Down Expand Up @@ -85,9 +82,6 @@ Currently yay Depends on:
* https://github.com/mikkeloscar/gopkgbuild
* https://github.com/mikkeloscar/aur




## Frequently Asked Questions

* Yay does not display colored output. How do I fix it?
Expand All @@ -99,6 +93,13 @@ Currently yay Depends on:
if the output can fit one terminal length. This can be overridden by
exporting your own flags `export LESS=SRX`.

* Yay is not asking me to edit PKGBUILDS and I don't like diff menu! What do?
`yay --editmenu --nodiffmenu --save`

* Only act on AUR packages or only on repo packages?
`yay -{OPERATION} --aur`
`yay -{OPERATION} --repo`

## Examples of Custom Operations

* `yay <Search Term>` presents package selection menu
Expand Down

0 comments on commit 87daef4

Please sign in to comment.