Skip to content

Commit eb87107

Browse files
Merge pull request #514 from kikisdeliveryservice/add-libvirtdaemon-config-network
Docs: update instructions to install libvirt and libvirt-devel packages
2 parents 7c820ab + 609d1a5 commit eb87107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/libvirt-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before you begin, install the [build dependencies](dependencies.md).
1111
On Fedora, CentOS/RHEL:
1212

1313
```sh
14-
sudo yum install libvirt-daemon
14+
sudo yum install libvirt libvirt-devel
1515
```
1616

1717
Then start libvirtd:

0 commit comments

Comments
 (0)