]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
doc: mention build helper script for muon build instruction
authorDaniel Wagner <dwagner@suse.de>
Fri, 17 Nov 2023 08:56:12 +0000 (09:56 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 17 Nov 2023 08:56:12 +0000 (09:56 +0100)
The CI build steps are using the helper build.sh script. So instead
pointing to the workflow to see how this can be done, point to the build
script.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
README.md

index e73cadff54c2e75a848e18277e178cf71542784e..758d5d5a9934110b74283ee2d05083ccf514c750 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,7 +79,13 @@ there are two project which implement the Ninja and the Meson API in pure C99
   - samurai: https://github.com/michaelforney/samurai.git
   - muon: https://git.sr.ht/~lattis/muon
 
-See the CI [build](.github/workflows/build.yml) for an example how to use it.
+The CI build helper script `scripts/build.sh` is able to setup and build this
+project in a minimal setup using samurai and muon and thus only depending on:
+- gcc
+- make
+- git
+
+`scripts/build.sh -m muon`
 
 ## To compile libnvme