mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Update README.md
This commit is contained in:
parent
fdcc233cbe
commit
6b30e17b67
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,12 @@ Currently yay Depends on:
|
||||||
* Yay does not display colored output. How do I fix it?
|
* Yay does not display colored output. How do I fix it?
|
||||||
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
||||||
|
|
||||||
|
* Yay is not asking to select packages during install (issue [#554](https://github.com/Jguer/yay/issues/554))
|
||||||
|
|
||||||
|
The default behavior was changed from [v8.918](https://github.com/Jguer/yay/releases/tag/v8.918) (see: [3bdb534](https://github.com/Jguer/yay/commit/3bdb5343218d99d40f8a449b887348611f6bdbfc)).
|
||||||
|
To restore such behavior use the `--combinedupgrade`.
|
||||||
|
Note: this causes [native pacman](https://wiki.archlinux.org/index.php/AUR_helpers) to become partial.
|
||||||
|
|
||||||
* Sometimes diffs are printed to the terminal and other times they are pages
|
* Sometimes diffs are printed to the terminal and other times they are pages
|
||||||
via less. How do I fix this?
|
via less. How do I fix this?
|
||||||
Yay uses `git diff` to display diffs, by default git tells less to not page
|
Yay uses `git diff` to display diffs, by default git tells less to not page
|
||||||
|
@ -102,6 +108,7 @@ Currently yay Depends on:
|
||||||
|
|
||||||
* `Out Of Date AUR Packages`message is displayed, why doesn't `yay` update them?
|
* `Out Of Date AUR Packages`message is displayed, why doesn't `yay` update them?
|
||||||
This means the package has been flagged out of date on the AUR but author has not updated the `PKGBUILD` yet.
|
This means the package has been flagged out of date on the AUR but author has not updated the `PKGBUILD` yet.
|
||||||
|
|
||||||
## Examples of Custom Operations
|
## Examples of Custom Operations
|
||||||
|
|
||||||
* `yay <Search Term>` presents package selection menu
|
* `yay <Search Term>` presents package selection menu
|
||||||
|
|
Loading…
Reference in a new issue