mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
README: add Gentoo instruction
This commit is contained in:
parent
a6bce24d72
commit
b769a83bbc
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -85,6 +85,16 @@ makepkg -si
|
||||||
sudo dnf install gitui
|
sudo dnf install gitui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Gentoo
|
||||||
|
|
||||||
|
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo eselect repository enable dm9pZCAq
|
||||||
|
sudo emerge --sync dm9pZCAq
|
||||||
|
sudo emerge dev-vcs/gitui::dm9pZCAq
|
||||||
|
```
|
||||||
|
|
||||||
### Homebrew (macOS)
|
### Homebrew (macOS)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue