From ec7b1ce5c224cbb83507419b4179eee479ef9609 Mon Sep 17 00:00:00 2001 From: Jesse Olson Date: Sat, 22 Jul 2017 14:59:52 -0500 Subject: [PATCH] Add necessary quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56c8207..6dc148a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ A set of [homebrew][homebrew] formulae to install [`virt-manager`][virt-manager] When connecting to remote URIs, you probably need to override the `libvirt` socket location, see [www.jedi.be][jedi]. - virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock - virt-viewer -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock + virt-manager -c 'qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock' + virt-viewer -c 'qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock' #### I still can't connect to a remote URI, why?