INSTALL.md: add Gentoo overlay instructions (#141)

* Add Gentoo

* Change to 'git dev'

* Add colon

Co-authored-by: miruka <miruka@disroot.org>

* Change formatting

Co-authored-by: miruka <miruka@disroot.org>
This commit is contained in:
Proprietary Chrome-chan 2020-10-03 12:08:27 +00:00 committed by GitHub
parent 60a57db33e
commit f5b96ad835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ but compiling on Windows and macOS should be possible with the right tools.
- [AppImage](#appimage)
- [Flatpak](#flatpak)
- [Arch Linux](#arch-linux)
- [Gentoo](#gentoo)
- [Manual installation](#manual-installation)
- [Environment variables](#environment-variables)
- [Package manager dependencies](#package-manager-dependencies)
@ -83,6 +84,17 @@ in this example [yay](https://github.com/Jguer/yay) for the release version:
yay -S matrix-mirage
#### Gentoo
Available in the [src_prepare overlay](https://gitlab.com/src_prepare/src_prepare-overlay)
- [releases](https://gitlab.com/src_prepare/src_prepare-overlay/-/tree/master/net-im/mirage)
- [git dev](https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/net-im/mirage/mirage-9999.ebuild)
Installing Mirage:
1. [Add the overlay](https://gitlab.com/src_prepare/src_prepare-overlay#adding-the-overlay)
2. [Unmask](https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) `net-im/mirage`
3. Run `emerge net-im/mirage`
## Manual Installation