From 3fb26dbffe8ea8b800bc0127c154b2fb2b9a6792 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 16 Jan 2025 11:53:48 +0100 Subject: [PATCH] doc: update README Use the new `--blueprint` in the README. Signed-off-by: Simon de Vlieger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037ce47..62b4cad 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ the full blueprint reference. Then just pass them as an additional argument after the image type: ```console -$ sudo image-builder build qcow2 ./config.toml --distro centos-9 +$ sudo image-builder build qcow2 --blueprint ./config.toml --distro centos-9 ... ```