Add package names for Fedora variants

This commit is contained in:
Mohammad H. AlShami
2024-09-07 13:06:36 -05:00
parent 4501991325
commit 4ee615294b

View File

@ -591,6 +591,18 @@ On Arch Linux, use
sudo pacman -S gtk4 libadwaita sudo pacman -S gtk4 libadwaita
``` ```
On Fedora Atomic variants, use
```
sudo dnf install gtk4-devel zig libadwaita-devel
```
On Fedora Atomic variants, use
```
rpm-ostree install gtk4-devel zig libadwaita-devel
```
If you're planning to use a build from source as your daily driver, If you're planning to use a build from source as your daily driver,
I recommend using the `-p` (prefix) flag for `zig build` to install I recommend using the `-p` (prefix) flag for `zig build` to install
Ghostty into `~/.local`. This will setup the proper FHS directory structure Ghostty into `~/.local`. This will setup the proper FHS directory structure