Procházet zdrojové kódy

Add command to install quickly

add in a command which will do all of the installation steps at once.
ccn před 3 roky
rodič
revize
0b2bddf9d0
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -42,6 +42,13 @@ cd yay
 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
 
 If you do not want to compile yay yourself you can use the builds generated by