From a2e6c6b86b4f27a7095da7984c9dafb24ed48e2d Mon Sep 17 00:00:00 2001 From: KNnut <9387720+KNnut@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:24:48 +0800 Subject: [PATCH] readme: fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8719a7bff..29c3cc25c 100644 --- a/README.md +++ b/README.md @@ -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