mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Add info on fedora sway package and module
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue