Unverified Commit 8e9f6034 authored by Lucas's avatar Lucas Committed by GitHub

Adding instructions for installation on Fedora Silverblue and other rpm-ostree…

Adding instructions for installation on Fedora Silverblue and other rpm-ostree Fedora variants. (#161) * Update README.md Adding instructions for Fedora Silverblue and other rpm-ostree variants. * Update README.md * Update README.md
parent 6ef82c3b
...@@ -57,6 +57,13 @@ dnf copr enable erikreider/SwayNotificationCenter ...@@ -57,6 +57,13 @@ dnf copr enable erikreider/SwayNotificationCenter
dnf install SwayNotificationCenter dnf install SwayNotificationCenter
``` ```
Fedora Silverblue (and other rpm-ostree variants):
The package can be downloaded from COPR after adding the COPR repo as a ostree repo, and installed as a overlayed package:
```zsh
ostree remote add SwayNotificationCenter https://download.copr.fedorainfracloud.org/results/erikreider/SwayNotificationCenter/fedora-$releasever-$basearch/
rpm-ostree install SwayNotificationCenter
```
Gentoo: Gentoo:
An **unofficial** ebuild is available in [GURU](https://github.com/gentoo/guru) An **unofficial** ebuild is available in [GURU](https://github.com/gentoo/guru)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment