Skip to content
Closed
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ alternatively, you can download the latest development cutting-edge source
brew install --head podman-bootc
```

It will install xorriso and libvirt, but it doesn't install qemu.
You need to install qemu manually, using brew:
It will install xorriso and libvirt, but it doesn't install qemu and krunkit.

You need to install qemu and krunkit manually, using brew:
```
brew tap slp/krun
brew install krunkit
brew install qemu
```
or by other mean and make it available in the path.
Expand Down