]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Update meson tips in README.md
authorJeff Lien <jeff.lien@wdc.com>
Wed, 6 Apr 2022 19:35:42 +0000 (14:35 -0500)
committerJeff Lien <jeff.lien@wdc.com>
Wed, 6 Apr 2022 19:38:05 +0000 (14:38 -0500)
Signed-off-by: Jeff Lien <jeff.lien@wdc.com>
README.md

index f8aa9a13d1de6a0819ddb3d26ca495c9a09edd0a..818b75a2dcdb967faee80fa09d991ae4dee3aae4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -241,12 +241,14 @@ ENTRY, then append the object file name to the meson.build "sources".
 
 ## meson tips
 
-In case meson doesn't find libnvme header files (via pkg-config) it
-will fallback using subprojects. meson checks out libnvme in
-subprojects directory as git tree once and will not modify libnvme
-unless explicitly told. That means the current branch is updated via
-git, the subprojects/libnvme branch will not updated accordingly. So
-either update it via normal git operations or
+In case meson doesn't find libnvme header files (via pkg-config) it 
+will fallback using subprojects.  meson checks out libnvme in 
+subprojects directory as git tree once to the commit level specified 
+in the libnvme.wrap file revision parm.  After this initial checkout,
+the libnvme code level will not change unless explicitly told.  That 
+means if the current branch is updated via git, the subprojects/libnvme
+branch will not updated accordingly.  To update it, either use the 
+normal git operations or the command: 
 
     $ meson subprojects update