From 325fe52de1f2da00cf670c67d0cea50f2ff1af5e Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Fri, 10 Mar 2023 12:52:39 +0000 Subject: [PATCH] Fix error in README - meson configure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad45b64..6c7fc09a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ List compile options: Apply options e.g.: `sudo ninja -C build uninstall` -`meson configure -Dpdf=enable -Dwebp=disable` +`meson configure build -Dpdf=enabled -Dwebp=disabled` `ninja -C build install` Re-display configuration data: -- 2.20.1