Skip to content

Commit

Permalink
Fix $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jollheef committed Jul 12, 2018
1 parent 73ab2f3 commit ecc4303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit ecc4303

Please sign in to comment.