From 7c699db7f0c251fa431bcfa918b7dba8527cb8dc Mon Sep 17 00:00:00 2001 From: JakobDev Date: Thu, 22 Dec 2022 14:47:17 +0100 Subject: [PATCH] Fix deprecated meson command in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d645ed1b..75de0576 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Use Meson to configure AppStream and build it with ninja: ```bash mkdir build cd build -meson .. +meson setup .. ninja ninja test ```