From 1b1dc1ac1c70a51ca1eabde916d58133a10fa536 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Sun, 28 Jul 2024 23:16:09 +1000 Subject: [PATCH] Improved documentation to reduce risk of confusion seen in #159. --- docs/libvirt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libvirt.md b/docs/libvirt.md index a3aa27f..992819e 100644 --- a/docs/libvirt.md +++ b/docs/libvirt.md @@ -26,7 +26,7 @@ Together, these components form a powerful and flexible virtualization stack, wi 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 echo "export LIBVIRT_DEFAULT_URI=\"qemu:///system\"" >> ~/.bashrc ```