sachaos/toggl

should go get have made the toggl command available automatically?

cori opened this issue · 2 comments

cori commented

After running go get -d github.com/sachaos/toggl I had to make an alias to point to the toggl command. I am completely unfamiliar with go, so I'm not sure what I should have expected. Is this the result of my go environment being incorrectly set up (for example not having ~/go/bin in my path)?

@cori You should add $GOPATH/bin to $PATH.

cori commented

That's kind of what I thought. Thanks!