Skip to content

Commit bac36d3

Browse files
committed
doc: Add fedora install instructions
Signed-off-by: German Maglione <[email protected]>
1 parent cae967e commit bac36d3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
make
2929
```
3030

31+
### MacOS
3132
On MacOS you can use homebrew to install podman-bootc
3233

3334
```
@@ -48,6 +49,21 @@ brew install qemu
4849
```
4950
or 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

0 commit comments

Comments
 (0)