Add info on fedora sway package and module

Benjamin Lowry 2020-04-19 20:29:19 -05:00
parent 2a2bbdb07b
commit b6cf429387

@ -19,9 +19,19 @@ apt install sway
## Fedora ## 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 ## Arch