From 4d2f3f0b3baeca4e7c068ef94352ceadcbfb4c5e Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sun, 22 Jan 2023 09:54:58 +0100 Subject: [PATCH] README: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb3b91..420d09d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ use `--prefix=~/install`. ### Build the documentation If you want to build the documentation you have to configure the meson project -with `-Ggtk_doc=true` +with `-Dgtk_doc=true` meson . _build -Dgtk_doc=true ninja -C _build