Skip to content

Commit 87d1fd1

Browse files
authored
Add oneliner install for binray source (#2268)
1 parent 92d5091 commit 87d1fd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ cd yay-bin
6262
makepkg -si
6363
```
6464

65+
If you want to do all of this at once, we can chain the commands like so:
66+
67+
```sh
68+
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si
69+
```
70+
6571
### Other distributions
6672

6773
If you're using Manjaro or [another distribution that packages `yay`](https://repology.org/project/yay/versions)

0 commit comments

Comments
 (0)