Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instruction #22

Open
ohnooo opened this issue Apr 29, 2016 · 3 comments
Open

Install instruction #22

ohnooo opened this issue Apr 29, 2016 · 3 comments

Comments

@ohnooo
Copy link

ohnooo commented Apr 29, 2016

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

@geoffmacintosh
Copy link

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!

@ohnooo
Copy link
Author

ohnooo commented Jun 27, 2017

Thank you so much.... your step by step helped a lot... now it works!!!

@8881
Copy link

8881 commented Oct 31, 2017

cd ~/Downloads/dashing-0.3.0
mv dashing /usr/local/bin
dashing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants