From 2874b9feafb2cceaeac5faf5ad107eadf8e0124c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 11 Jul 2018 23:39:30 +0000 Subject: [PATCH] Add quotes for $USER --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa889a3..3fff241 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi ## Libvirt from user (required if you need access to shared files) - $ echo user = "$USER" | sudo tee -a /etc/libvirt/qemu.conf + $ echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf ## Install appvm tool