Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@ As this project is under development right now we provide up-to-date
development snapshots of the main branch through COPR:

```console
$ dnf copr enable @osbuild/osbuild
$ dnf copr enable @osbuild/image-builder
$ dnf install image-builder
```

On RHEL systems, pass the platform argument:

```console
$ dnf copr enable @osbuild/osbuild rhel-10-x86_64
$ dnf copr enable @osbuild/image-builder rhel-10-x86_64
$ dnf install image-builder
```

You can also install `image-builder` via the go build system.

```console
Expand Down
Loading