We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d5091 commit 87d1fd1Copy full SHA for 87d1fd1
README.md
@@ -62,6 +62,12 @@ cd yay-bin
62
makepkg -si
63
```
64
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
71
### Other distributions
72
73
If you're using Manjaro or [another distribution that packages `yay`](https://repology.org/project/yay/versions)
0 commit comments