Make sure your $GOPATH is exported:
$ export GOPATH=$HOME/goThen type the following command:
$ go get -u github.com/shizeeg/jagodjagod binary should be in $GOPATH/bin you may copy it whatever you'd like, for example to /usr/local/bin:
$ sudo mv $GOPATH/bin/jagod /usr/local/binAlso, please edit jagod.cfg file and copy it to /etc/jagod.cfg:
$ $EDITOR $GOPATH/src/github.com/shizeeg/jagod/etc/jagod.cfg$ sudo mv $GOPATH/src/github.com/shizeeg/jagod/etc/jagod.cfg /etcInstallation is now completed. It's time to give jago a try:
$ ./jagodP.S.: I know it's a mess at the moment. I have plans to revive the project. Stay tuned. :)