From 87d1fd1c06f16d24d0c20bd6487779d0f66a5056 Mon Sep 17 00:00:00 2001 From: Esteban Blanc Date: Thu, 7 Sep 2023 10:58:30 +0200 Subject: [PATCH] Add oneliner install for binray source (#2268) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0262d547..e708b730 100644 --- a/README.md +++ b/README.md @@ -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)