Skip to content

Commit d99d9ad

Browse files
committed
Add instructions for starting libvirt daemon
1 parent 563d10a commit d99d9ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Alternatively, install the [required dependencies](#dependencies) and build it y
2020
go install github.com/eikendev/hackenv/cmd/...@latest
2121
```
2222

23+
Ensure that the libvirt daemon is running, and a socket created. On Fedora, this can be done as follows:
24+
```
25+
sudo systemctl start libvirtd
26+
sudo systemctl start virtqemud.socket
27+
```
28+
2329
## 🤘 Features
2430

2531
- Support for Kali Linux and Parrot Security.

0 commit comments

Comments
 (0)