Merge pull request #2207 from mohshami/fedora_install_doc

Add package names for Fedora variants
This commit is contained in:
Mitchell Hashimoto
2024-09-08 09:40:11 -07:00
committed by GitHub

View File

@ -591,6 +591,18 @@ On Arch Linux, use
sudo pacman -S gtk4 libadwaita
```
On Fedora 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,
I recommend using the `-p` (prefix) flag for `zig build` to install
Ghostty into `~/.local`. This will setup the proper FHS directory structure