gobot icon indicating copy to clipboard operation
gobot copied to clipboard

Can't install Gobot CLI

Open elie-g opened this issue 4 years ago • 8 comments

I get an error when I try to install the gobot CLI. error

What am I doing wrong?

OS: Ubuntu 19.10 Go version: 1.14

elie-g avatar Apr 03 '20 21:04 elie-g

you have /gobot twice in the path

pseidemann avatar Apr 19 '20 17:04 pseidemann

In fact, I did exactly what the documentation says... doc

Anyway, it still doesn't work even with a single /gobot in the path. Not working

elie-g avatar Apr 22 '20 04:04 elie-g

seems like a mistake. did you try https://github.com/hybridgroup/gobot/#getting-started?

pseidemann avatar Apr 22 '20 07:04 pseidemann

I don't have any problem with the library. I just can't install the CLI.

elie-g avatar May 02 '20 00:05 elie-g

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)

pseidemann avatar May 03 '20 17:05 pseidemann

It worked! Thanks! However, the documentation still need to be fixed.

elie-g avatar May 05 '20 14:05 elie-g

It seems the documentation is not updated as @DrunkenPoney mentions. Would be good if its updated

ramoncodes-collab avatar May 10 '20 05:05 ramoncodes-collab

We'd gladly accept a PR that corrects the docs! :smile_cat:

deadprogram avatar May 10 '20 10:05 deadprogram

The CLI was removed and the documentation was updated. Currently there is a known issue with v2+ modules.

gen2thomas avatar Jun 04 '23 16:06 gen2thomas