From 41a6ee2fc1d5fd9708c571ccddf2bce0a0ffb4a3 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sun, 1 Jan 2023 16:30:55 +0100 Subject: [PATCH] Fix meson command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd29720..28e82fc 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Here is an example workflow: ``` rm -rf build -CC=clang meson build -Dfuzz=true -Db_sanitize=address,undefined -Db_lundef=false +CC=clang meson setup build -Dfuzz=true -Db_sanitize=address,undefined -Db_lundef=false ninja -C build/ mkdir build/fuzz_corpus cp examples/config build/fuzz_corpus/