From 9447b6d1f6b13db57314737db46bf7ccf69e04b7 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 07:19:09 +0000 Subject: [PATCH] Note about libvirt group --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92e85ab..4346afc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi ## Dependencies $ sudo apt install golang virt-manager curl git + $ sudo usermod -a -G libvirt $USER + $ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile $ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile $ source ~/.bash_profile