Skip to content

Commit cc0ea79

Browse files
committed
README.md: Fix cmdline for install
Signed-off-by: Colin Walters <[email protected]>
1 parent 45b3dc0 commit cc0ea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `bootc install` command will write the current container to a disk, and set
8181
For example, booting a Fedora-derivative (including CentOS and RHEL) system, whether a cloud guest or a live ISO, you can invoke:
8282

8383
```
84-
$ podman run --privileged --pid=host --net=none --security-opt label=type:unconfined_t --target-no-signature-verification ghcr.io/cgwalters/c9s-oscore bootc install /path/to/disk
84+
$ podman run --privileged --pid=host --net=none --security-opt label=type:unconfined_t ghcr.io/cgwalters/c9s-oscore bootc install --target-no-signature-verification /path/to/disk
8585
```
8686

8787
As noted above though, if you create a *derivative* container image, it also automatically supports `bootc install`.

0 commit comments

Comments
 (0)