doc: update README

Use the new `--blueprint` in the README.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-16 11:53:48 +01:00 committed by Michael Vogt
parent c1c60a3c77
commit 3fb26dbffe

View file

@ -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
...
```