mirror of
https://github.com/Jguer/yay.git
synced 2025-10-07 00:14:22 -04:00
Add oneliner install for binray source (#2268)
This commit is contained in:
parent
92d50910de
commit
87d1fd1c06
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user