Skip to content

Commit 5719c88

Browse files
committed
docs: update required dependencies
In a fresh Fedora 39 container, I had to install the updated list of dependencies to successfully run: - cargo fmt - cargo clippy - cargo build --release Signed-off-by: Micah Abbott <[email protected]>
1 parent 282eff6 commit 5719c88

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
In order to build `bootc` you will need the following dependencies.
44

5-
Fedora:
6-
```
7-
sudo dnf install ostree-libs ostree-devel
5+
Fedora:
6+
7+
```bash
8+
sudo dnf install clippy openssl-devel ostree-devel ostree-libs rustfmt
89
```
910

1011
# Pre flight checks
1112

12-
Makes sure you commented your code additions, then run
13-
```
13+
Make sure you commented your code additions, then run
14+
15+
```bash
1416
cargo fmt
1517
cargo clippy
1618
```
17-
Make sure to apply any relevant suggestions.
1819

20+
Make sure to apply any relevant suggestions.

0 commit comments

Comments
 (0)