From: Brando Date: Tue, 18 Jul 2023 16:57:56 +0000 (-0700) Subject: doc: Fixing compile instruction in README X-Git-Tag: v1.6~66 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d14e686f771bb1ca59086acd59eb88a19dfea40f;p=users%2Fsagi%2Flibnvme.git doc: Fixing compile instruction in README Update the instruction how to build with meson. --- 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