HACKING: drop -cli

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-20 13:52:10 +01:00
parent efe3aeba45
commit c7b8ee9af0

View file

@ -1,4 +1,4 @@
# Hacking on image-builder-cli
# Hacking on image-builder
Hacking on `image-builder` should be fun and is easy.
@ -15,7 +15,7 @@ To run the test suite install the test dependencies as outlined in the
## Code layout
The go source code of image-builder-cli is under
The go source code of image-builder is under
`./cmd/image-builder`. It uses the
[images](https://github.com/osbuild/images) library internally to
generate the images. Unit tests (and integration tests where it makes