From d14e686f771bb1ca59086acd59eb88a19dfea40f Mon Sep 17 00:00:00 2001 From: Brando Date: Tue, 18 Jul 2023 09:57:56 -0700 Subject: [PATCH] doc: Fixing compile instruction in README Update the instruction how to build with meson. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0fae80..af1ee724 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ completely "clean" all the build artifacts, one need only delete the To compile: ``` -meson -C .build +meson compile -C .build ``` ## To install libnvme -- 2.49.0