Skip to content

Commit

Permalink
Update Linux guide
Browse files Browse the repository at this point in the history
Added missing step in the Linux section of the guide.

Signed-off-by: raaizik <[email protected]>
  • Loading branch information
raaizik authored and nirs committed Jan 30, 2025
1 parent e74b085 commit ff8adbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ environment.
1. Setup a development environment as describe in
[developer quick start guide](../docs/devel-quick-start.md)

1. Install `libvirt`

```
sudo dnf install @virtualization
```

For more info see
[Virtualization – Getting Started](https://docs.fedoraproject.org/en-US/quick-docs/virtualization-getting-started/)

1. Add yourself to the libvirt group (required for minikube kvm2 driver).

```
Expand Down

0 comments on commit ff8adbd

Please sign in to comment.