Skip to content

Commit

Permalink
docs: add gentoo installation #139
Browse files Browse the repository at this point in the history
Thanks to @leycec
  • Loading branch information
metafates authored Dec 10, 2022
1 parent d633454 commit 6dea3e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ Thanks to [@T-Dynamos](https://github.com/T-Dynamos) for adding it to the [termu
pkg install mangal
```

### Gentoo

Install using third-party overlay [raiagent](https://github.com/leycec/raiagent). Thanks to [@leycec](https://github.com/leycec) for maintaining it.

```shell
eselect repository enable raiagent
emerge --sync raiagent
emerge mangal
```

### Nix

Install using [Nix](https://nixos.org/download.html#download-nix). Thanks to [@bertof](https://github.com/bertof) for adding it to the [nixpkgs](https://github.com/NixOS/nixpkgs)
Expand Down

2 comments on commit 6dea3e2

@leycec
Copy link

@leycec leycec commented on 6dea3e2 Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to @metafates for so much hard work here and elsewhere! Best of luck with your upcoming Uni finales... not that you need it. You'll crush those perfidious and awful tests. 💪

@metafates
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main-qimg-d200a4bd42af1ae3060b9efe807a1750-pjlq

Please sign in to comment.