Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ simply run:
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][homebrew] is available in Homebrew's repository. To
Expand Down