From c044d723f7e6b42d752826e2d1870fe3023994fb Mon Sep 17 00:00:00 2001 From: Erenay <103513350+ErenayDev@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:56:54 +0300 Subject: [PATCH 1/2] docs(readme): fix pacman to yay (aur) Signed-off-by: Erenay <103513350+ErenayDev@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e77a16..5a42ec4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cachefetch is very fast, configurable CLI fetch tool thats shows your cache file ### Arch Linux / AUR ```sh -$ sudo pacman -S cachefetch-bin +$ sudo yay -S cachefetch-bin ``` Or you can directly install prebuilt binary with [binstall](https://github.com/cargo-bins/cargo-binstall). From 1f0a8fb30229578e841732dd0f8843eb592f5bf0 Mon Sep 17 00:00:00 2001 From: Erenay <103513350+ErenayDev@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:58:28 +0300 Subject: [PATCH 2/2] docs(readme): remove sudo prefix in yay cmd Signed-off-by: Erenay <103513350+ErenayDev@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a42ec4..ff653c9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cachefetch is very fast, configurable CLI fetch tool thats shows your cache file ### Arch Linux / AUR ```sh -$ sudo yay -S cachefetch-bin +$ yay -S cachefetch-bin ``` Or you can directly install prebuilt binary with [binstall](https://github.com/cargo-bins/cargo-binstall).