1
0
Fork 0

Fix $PATH

master
dump_stack() 2018-07-12 06:48:07 +00:00
parent 73ab2f35ea
commit ecc4303482
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
## Dependencies
$ sudo apt install golang virt-manager curl
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
$ 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.