Pārlūkot izejas kodu

Add command to install quickly

add in a command which will do all of the installation steps at once.
ccn 3 gadi atpakaļ
vecāks
revīzija
0b2bddf9d0
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -42,6 +42,13 @@ cd yay
 makepkg -si
 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.git && cd yay && makepkg -si
+```
+
+
 ### Binary
 ### Binary
 
 
 If you do not want to compile yay yourself you can use the builds generated by
 If you do not want to compile yay yourself you can use the builds generated by