From 0f20933d2612bcd59ac29332b18d6a5f273a677b Mon Sep 17 00:00:00 2001 From: Vedant K Date: Mon, 28 Jun 2021 09:22:18 +0530 Subject: [PATCH] docs: update manual install instructions --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index f872bd0..4215e8c 100644 --- a/readme.md +++ b/readme.md @@ -46,9 +46,13 @@ Clone the AUR package and build yeet: ``` mkdir -p ~/.cache/yeet/build/ cd ~/.cache/yeet/build/ +git clone https://aur.archlinux.org/package-query.git git clone https://aur.archlinux.org/yeet.git +cd package-query +makepkg -sfcCi cd yeet makepkg -sfcCi +cd ~ ``` ## Usage