1
0
Fork 0

Add git to dependencies

master
dump_stack() 2018-07-12 07:05:53 +00:00
parent 00b40ef4c2
commit c37f2fa30b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
## Dependencies
$ sudo apt install golang virt-manager curl
$ sudo apt install golang virt-manager curl git
$ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
$ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
$ source ~/.bash_profile