From ecc430348221feae4510a49963c2c05f8a27f243 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 06:48:07 +0000 Subject: [PATCH] Fix $PATH --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 312d778..6166c40 100644 --- a/README.md +++ b/README.md @@ -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.