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

Fix go get command #25

Closed
gepser opened this issue Feb 5, 2017 · 2 comments
Closed

Fix go get command #25

gepser opened this issue Feb 5, 2017 · 2 comments

Comments

@gepser
Copy link

gepser commented Feb 5, 2017

Here https://github.com/gobuffalo/gobuffalo/blob/master/templates/docs/getting-started.md
we have the buffalo word duplicated

$ go get -u github.com/gobuffalo/buffalo/buffalo

it should be like this:

$ go get -u github.com/gobuffalo/buffalo

@markbates
Copy link
Member

Actually that is correct. That's not a duplicate word, but rather a sub package containing the binary.

@gepser
Copy link
Author

gepser commented Feb 6, 2017

Thanks, my mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants