gobot
gobot copied to clipboard
Can't install Gobot CLI
I get an error when I try to install the gobot CLI.
What am I doing wrong?
OS: Ubuntu 19.10 Go version: 1.14
you have /gobot
twice in the path
In fact, I did exactly what the documentation says...
Anyway, it still doesn't work even with a single /gobot
in the path.
seems like a mistake. did you try https://github.com/hybridgroup/gobot/#getting-started?
I don't have any problem with the library. I just can't install the CLI.
this should install the cli to the default go binaries directory as "gobot":
go build -o "$(go env GOPATH)/bin/gobot" gobot.io/x/gobot/cli
(derived from https://github.com/hybridgroup/gobot/blob/master/cli/README.md)
It worked! Thanks! However, the documentation still need to be fixed.
It seems the documentation is not updated as @DrunkenPoney mentions. Would be good if its updated
We'd gladly accept a PR that corrects the docs! :smile_cat:
The CLI was removed and the documentation was updated. Currently there is a known issue with v2+ modules.