mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Add note about relogin (newgrp is ok too) after install libvirt
This commit is contained in:
parent
b06453c5fe
commit
459f47d0fe
|
@ -16,6 +16,11 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
|||
## Dependencies
|
||||
|
||||
$ sudo apt install golang virt-manager
|
||||
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
||||
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
||||
$ source ~/.bashrc
|
||||
|
||||
You need to **relogin** if you install virt-manager (libvirt) first time.
|
||||
|
||||
## Libvirt from user (required if you need access to shared files)
|
||||
|
||||
|
@ -23,9 +28,6 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
|||
|
||||
## Install appvm tool
|
||||
|
||||
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
||||
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
||||
$ source ~/.bashrc
|
||||
$ go get github.com/jollheef/appvm
|
||||
|
||||
## Generate resolution
|
||||
|
|
Loading…
Reference in a new issue