mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
update Fedora installation instructions (#407)
This commit is contained in:
parent
3b3e7e31c1
commit
94e1b490c6
1 changed files with 9 additions and 1 deletions
|
@ -63,7 +63,15 @@ to build Hyprland yourself.
|
|||
|
||||
Note: _Hyprland is not available for Leap, as most libraries (and compiler) that Hyprland needs are too old._
|
||||
{{< /tab >}}
|
||||
{{< tab "Fedora*" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
||||
{{< tab "Fedora*" >}}
|
||||
On Fedora 39 and Rawhide, run:
|
||||
|
||||
```sh
|
||||
sudo dnf install hyprland
|
||||
```
|
||||
|
||||
If you are on an older version of Fedora, you can also compile it yourself by following the instructions [here](https://github.com/hyprwm/Hyprland/discussions/284)
|
||||
{{< /tab >}}
|
||||
{{< tab "Gentoo*" >}}
|
||||
The hyprland and xdg-desktop-portal-hyprland packages are available in the main tree:
|
||||
|
||||
|
|
Loading…
Reference in a new issue