mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
Note AUR package in README
This commit is contained in:
parent
67544ab2ce
commit
bb30ffbaad
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -58,6 +58,16 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com
|
|||
|
||||
For the time being this product is considered alpha and **not** production ready.
|
||||
|
||||
## Arch Linux
|
||||
|
||||
There is an [AUR package for `gitui`](https://aur.archlinux.org/packages/gitui/):
|
||||
|
||||
```sh
|
||||
git clone https://aur.archlinux.org/gitui.git
|
||||
cd gitui
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
## Fedora
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue