diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 503a5a9..617bc0a 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -19,9 +19,19 @@ apt install sway ## Fedora -[Quick guide](https://nationpigeon.com/compiling-sway-on-fedora-29/) to building sway on Fedora 29. +sway is available in the official repositories: +``` +sudo dnf install sway +``` +If you want a newer version, enable the sway rolling module: +``` +sudo dnf module enable sway:rolling +sudo dnf install sway +``` -Various COPRs are available, e.g. https://copr.fedorainfracloud.org/coprs/mhonek/sway/ +A [quick guide](https://nationpigeon.com/compiling-sway-on-fedora-29/) is available for building sway from source on Fedora 29. + +There are also various COPRs available, such as https://copr.fedorainfracloud.org/coprs/mhonek/sway/ ## Arch