From cc0a46b42cac0d7bb5b566b091d976d6bb856a7a Mon Sep 17 00:00:00 2001 From: ErenayDev Date: Sun, 12 Apr 2026 11:49:07 +0300 Subject: [PATCH] docs: fix readme commands --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e709959..4e77a16 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 +$ sudo pacman -S cachefetch-bin ``` Or you can directly install prebuilt binary with [binstall](https://github.com/cargo-bins/cargo-binstall). @@ -38,6 +38,12 @@ $ cd cachefetch $ cargo install --path . ``` +Or with `yay` + +```bash +$ yay -S cachefetch +``` + After installation, you can run `cachefetch` in your terminal. ## Configuration