Add oneliner install for binray source (#2268)

This commit is contained in:
Esteban Blanc 2023-09-07 10:58:30 +02:00 committed by GitHub
parent 92d50910de
commit 87d1fd1c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,12 @@ cd yay-bin
makepkg -si
```
If you want to do all of this at once, we can chain the commands like so:
```sh
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si
```
### Other distributions
If you're using Manjaro or [another distribution that packages `yay`](https://repology.org/project/yay/versions)