Skip to content

Commit

Permalink
Merge pull request #196 from miabbott/contrib
Browse files Browse the repository at this point in the history
docs: update required dependencies
  • Loading branch information
cgwalters committed Nov 11, 2023
2 parents 9137908 + 5719c88 commit 48325ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

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

Fedora:
```
sudo dnf install ostree-libs ostree-devel
Fedora:

```bash
sudo dnf install clippy openssl-devel ostree-devel ostree-libs rustfmt
```

# Pre flight checks

Makes sure you commented your code additions, then run
```
Make sure you commented your code additions, then run

```bash
cargo fmt
cargo clippy
```
Make sure to apply any relevant suggestions.

Make sure to apply any relevant suggestions.

0 comments on commit 48325ba

Please sign in to comment.