Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Installation

## From Packages

bcvk is available in Fedora 42+ and EPEL 9/10:

```bash
sudo dnf install bcvk
```

Comment on lines +3 to +10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This is a great addition to the documentation. To improve the user experience, it would be helpful to explicitly mention that there are runtime prerequisites that need to be installed separately, as the dnf package does not seem to include them as dependencies. This will help prevent users from running into issues after installation.

Suggested change
## From Packages
bcvk is available in Fedora 42+ and EPEL 9/10:
```bash
sudo dnf install bcvk
```
## From Packages
bcvk is available in Fedora 42+ and EPEL 9/10:
```bash
sudo dnf install bcvk

After installing, ensure you have the necessary runtime prerequisites like QEMU/KVM and Podman.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After installing, ensure you have the necessary runtime prerequisites like QEMU/KVM and Podman.

Well we messed this up, we should add those to the spec file...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah well, open a new PR for that:/

## Prerequisites

Required:
Expand Down
Loading