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

Can't install Gobot CLI #744

Closed
elie-g opened this issue Apr 3, 2020 · 9 comments
Closed

Can't install Gobot CLI #744

elie-g opened this issue Apr 3, 2020 · 9 comments

Comments

@elie-g
Copy link

elie-g commented Apr 3, 2020

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

@pseidemann
Copy link

you have /gobot twice in the path

@elie-g
Copy link
Author

elie-g commented Apr 22, 2020

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

@pseidemann
Copy link

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

@elie-g
Copy link
Author

elie-g commented May 2, 2020

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

@pseidemann
Copy link

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)

@elie-g
Copy link
Author

elie-g commented May 5, 2020

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

@ramoncodes-collab
Copy link

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

@deadprogram
Copy link
Member

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

@gen2thomas
Copy link
Collaborator

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

@gen2thomas gen2thomas added the done on dev the feature or bug is solved on dev branch and wait for merge to release branch label Jun 4, 2023
@gen2thomas gen2thomas removed the done on dev the feature or bug is solved on dev branch and wait for merge to release branch label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants