[REQUEST] Add to README.md that there should be set LIBVIRT_DEFAULT_URI
Open
- Dominant language
- Shell
- Stars
- 10.3k
- Forks
- 452
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
I don't know how it's on Ubuntu, but on Manjaro after all setup I didn't have set LIBVIRT_DEFAULT_URI and when I tried to execute `virsh` commands as my user, it couldn't connect.
So I had to add to `~/.bash_profile`
```
export LIBVIRT_DEFAULT_URI="qemu:///system"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.