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

README: Use "go get" not "go install" #24

Open
1 of 2 tasks
clagraff opened this issue Oct 9, 2018 · 0 comments
Open
1 of 2 tasks

README: Use "go get" not "go install" #24

clagraff opened this issue Oct 9, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@clagraff
Copy link
Owner

clagraff commented Oct 9, 2018

  • I'm submitting a ...

    • bug report
    • feature request
  • What is the current behavior?
    In the readme it contains the following instructions:

$ go install github.com/clagraff/raven
$ raven version
raven 1.0.0
  • If the current behavior is a bug, please provide the steps to reproduce (gifs are welcomed)

  • What is the expected/desired behavior?
    Instead it should look like:

$ go get github.com/clagraff/raven
$ raven version
raven 1.0.0
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, etc)
@clagraff clagraff added bug Something isn't working good first issue Good for newcomers labels Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant