Add install instructions for Gentoo (#93)

* Added Gentoo build instructions

* Added category 'gui-apps' to description

* Added link to GURU repository
This commit is contained in:
Jonas Frei
2022-02-23 12:22:00 +00:00
committed by GitHub
parent 36e57c56bd
commit a8043e0f11

View File

@@ -40,6 +40,15 @@ dnf copr enable lexa/SwayNotificationCenter
dnf install SwayNotificationCenter
```
Gentoo:
An **unofficial** ebuild is available in [GURU](https://github.com/gentoo/guru)
``` zsh
eselect repository enable guru
emaint sync -r guru
emerge --ask gui-apps/swaync
```
Other:
```zsh