sachaos / toggl

Toggl CLI Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should go get have made the toggl command available automatically?

cori opened this issue · comments

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.

That's kind of what I thought. Thanks!