Skip to content

Commit 00c4432

Browse files
committed
Merge branch 'add-homebrew-doc' into 'main'
Add instructions to install on macos using brew Closes #7 See merge request bootc-org/podman-bootc-cli!54
2 parents da10ccd + 120087d commit 00c4432

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ To compile it just run in the project directory
2626
make
2727
```
2828

29+
On MacOS you can use homebrew to install podman-bootc
30+
31+
```
32+
brew tap germag/podman-bootc
33+
brew install podman-bootc
34+
```
35+
36+
It will install xorriso and libvirt, but it doesn't install qemu.
37+
You need to install qemu manually, using brew:
38+
```
39+
brew install qemu
40+
```
41+
or by other mean and make it available in the path.
42+
43+
2944
## Running
3045

3146
The core command right now is:

0 commit comments

Comments
 (0)