Skip to content

Commit fa45164

Browse files
add AUR badge and installation step
1 parent 5ad59e0 commit fa45164

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![License](https://img.shields.io/badge/license-MIT-8250DF?style=for-the-badge&labelColor=000000)](LICENSE)
1111
[![Platform](https://img.shields.io/badge/platform-win%20%7C%20linux%20%7C%20macos-00ADB5?style=for-the-badge&labelColor=000000)](https://github.com/programmersd21/gitnibble)
1212
[![Built with](https://img.shields.io/badge/built%20with-ratatui-FF2D55?style=for-the-badge&logo=rust&labelColor=000000)](https://ratatui.rs)
13+
[![AUR](https://img.shields.io/aur/version/gitnibble-bin?style=for-the-badge&logo=archlinux&color=1793D1&labelColor=000000)](https://aur.archlinux.org/packages/gitnibble-bin)
1314

1415
</div>
1516

@@ -38,6 +39,12 @@ Press `t` in the TUI to open the theme selector.
3839
cargo install gitnibble-rs
3940
```
4041

42+
**Arch Linux** (AUR):
43+
44+
```bash
45+
yay -S gitnibble-bin
46+
```
47+
4148
Or build from source:
4249

4350
```bash

0 commit comments

Comments
 (0)