1
0
Fork 0

Add curl to dependencies

master
dump_stack() 2018-07-12 06:35:55 +00:00
parent 459f47d0fe
commit ba7d8804d8
1 changed files with 1 additions and 1 deletions

View File

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