1
0
Fork 0

Note about libvirt group

master
dump_stack() 2018-07-12 07:19:09 +00:00
parent e33570dc10
commit 9447b6d1f6
1 changed files with 2 additions and 0 deletions

View File

@ -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