From c37f2fa30b3dcd54c229698097a317c4c0354a6b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 07:05:53 +0000 Subject: [PATCH] Add git to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f127d4..6fcacf8 100644 --- a/README.md +++ b/README.md @@ -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