mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Add git to dependencies
This commit is contained in:
parent
00b40ef4c2
commit
c37f2fa30b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue