Merge pull request #1252 from KNnut/typo

readme: fix a typo
This commit is contained in:
Mitchell Hashimoto
2024-01-07 22:00:32 -08:00
committed by GitHub

View File

@ -440,7 +440,7 @@ the configuration file.**
On Linux, you'll need to install header packages for Ghostty's dependencies
before building it. Typically, these are only gtk4 and libadwaita (unless
building with `--static=false`). On Ubuntu, use
building with `-Dstatic=false`). On Ubuntu, use
```
$ sudo apt install libgtk-4-dev libadwaita-1-dev git