Skip to content

Commit ce9eae8

Browse files
authored
Fix Arch Linux installing instructions on README
2 parents 1c97aeb + cc0a46b commit ce9eae8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cachefetch is very fast, configurable CLI fetch tool thats shows your cache file
1919
### Arch Linux / AUR
2020

2121
```sh
22-
$ sudo pacman -S
22+
$ sudo pacman -S cachefetch-bin
2323
```
2424

2525
Or you can directly install prebuilt binary with [binstall](https://github.com/cargo-bins/cargo-binstall).
@@ -38,6 +38,12 @@ $ cd cachefetch
3838
$ cargo install --path .
3939
```
4040

41+
Or with `yay`
42+
43+
```bash
44+
$ yay -S cachefetch
45+
```
46+
4147
After installation, you can run `cachefetch` in your terminal.
4248

4349
## Configuration

0 commit comments

Comments
 (0)