You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't know if you figured this out yet. I'm not sure exactly how Go works, but there are some instructions at the Golang website. I haven't tried them, but seems like something to try.
For myself, I used the pre-built binaries because that's super-convenient. On OS X El Capitan, I downloaded the binary, then in the terminal:
cd~/Downloads
chmod +x dashing
./dashing
Basically, this sets a permission that allows the dashing app (tool? program?) to be executable, then the ./ indicates that it should be run without being in the Unix PATH. Maybe that will work for you. Good luck!
I know this is dumb, but i am stuck on installation. Anyway to get a step by step instructions?
I couldn't get pre-build binary of dashing to work. So I installed Go 1.6 when I type go get -u github.com/technosophos/dashing. I get the following
package github.com/technosophos/dashing: cannot download, $GOPATH not set.
Sorry and thank you
The text was updated successfully, but these errors were encountered: