File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ Requirements:
1616- [ bootc extension requirements] ( https://github.com/containers/podman-desktop-extension-bootc?tab=readme-ov-file#requirements )
1717 - (Even on Linux, you * must* set up ` podman machine ` with a rootful connection; see below)
1818 - ` podman machine init --rootful && podman machine start `
19- - qemu-system-x86_64/ qemu-system-aarch64
19+ - qemu-system-x86_64 / qemu-system-aarch64
2020- xorriso/osirrox
2121- golang
2222- libvirt-devel
2323
2424
25- To compile it just run in the project directory
25+ To compile it, just run in the project directory:
2626
2727``` shell
2828make
2929```
3030
31+ ### MacOS
3132On MacOS you can use homebrew to install podman-bootc
3233
3334```
@@ -48,6 +49,21 @@ brew install qemu
4849```
4950or by other mean and make it available in the path.
5051
52+ ### Fedora
53+ For Fedora 40 and Rawhide we provide a COPR repository.
54+ First, enable the COPR repository:
55+
56+ ```
57+ sudo dnf -y install 'dnf-command(copr)'
58+ sudo dnf -y copr enable gmaglione/podman-bootc
59+ ```
60+
61+ then you can install ` podman-bootc ` as usual:
62+
63+ ```
64+ sudo dnf -y install podman-bootc
65+ ```
66+
5167
5268## Running
5369
You can’t perform that action at this time.
0 commit comments