mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
Improved documentation to reduce risk of confusion seen in #159.
This commit is contained in:
@@ -26,7 +26,7 @@ Together, these components form a powerful and flexible virtualization stack, wi
|
|||||||
sudo emerge app-emulation/virt-manager # Gentoo Linux
|
sudo emerge app-emulation/virt-manager # Gentoo Linux
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Configure `libvirt` to use the 'system' URI by adding the line `LIBVIRT_DEFAULT_URI="qemu:///system"` to your preferred shell profile file.
|
3. Configure `libvirt` to use the 'system' URI by adding the line `LIBVIRT_DEFAULT_URI="qemu:///system"` to your preferred shell profile file (e.g., `.bashrc`, `.zshrc`, etc.).
|
||||||
```bash
|
```bash
|
||||||
echo "export LIBVIRT_DEFAULT_URI=\"qemu:///system\"" >> ~/.bashrc
|
echo "export LIBVIRT_DEFAULT_URI=\"qemu:///system\"" >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user