mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Mention Gentoo's GURU ebuild in the README (#374)
This commit is contained in:
parent
591fc0af83
commit
382a72a468
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -80,6 +80,24 @@ On FreeBSD a package is available from the official repositories. To install it
|
|||
pkg install iamb
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
On Gentoo, an ebuild is available from the community-managed
|
||||
[GURU overlay](https://wiki.gentoo.org/wiki/Project:GURU).
|
||||
|
||||
You can enable the GURU overlay with:
|
||||
|
||||
```
|
||||
eselect repository enable guru
|
||||
emerge --sync guru
|
||||
```
|
||||
|
||||
And then install `iamb` with:
|
||||
|
||||
```
|
||||
emerge --ask iamb
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
On macOS a [package](https://formulae.brew.sh/formula/iamb#default) is available in Homebrew's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue