Update README.md

This commit is contained in:
Jae Kwon
2015-05-12 19:09:54 -07:00
committed by Jae Kwon
parent be90fd1e0d
commit 96631f56b0
4 changed files with 35 additions and 43 deletions

View File

@ -16,6 +16,7 @@ then
echo 'export GOROOT=/home/tmuser/go' >> /home/tmuser/.bashrc
echo 'export GOPATH=/home/tmuser/gocode' >> /home/tmuser/.bashrc
echo 'export PATH=$PATH:$GOROOT/bin:$GOPATH/bin' >> /home/tmuser/.bashrc
source ~/.bashrc
else
echo "should not be root to run install_golang.sh"
fi