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

[BUG] go install instructions don't work #62

Open
1 task done
Crocmagnon opened this issue Aug 16, 2023 · 2 comments
Open
1 task done

[BUG] go install instructions don't work #62

Crocmagnon opened this issue Aug 16, 2023 · 2 comments

Comments

@Crocmagnon
Copy link

Crocmagnon commented Aug 16, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

$ go install github.com/isacikgoz/tldr/cmd/tldr@latest
go: github.com/isacikgoz/tldr/cmd/tldr@latest: module github.com/isacikgoz/tldr@latest found (v0.6.1), but does not contain package github.com/isacikgoz/tldr/cmd/tldr
$ go version
go version go1.21.0 darwin/arm64

Expected Behavior

Install should proceed

Steps To Reproduce

Run the install instructions from the readme

Environment

- OS: macOS 13.5 (22G74)
- Terminal emulator: irrelevant
- Go version: go1.21.0

Anything else?

@ThisIsAreku
Copy link

The latest version installs v0.6.1 which is 4 years old at the time or writing.
I was able to install it from the master branch with go install github.com/isacikgoz/tldr/cmd/tldr@master

@sorousherafat
Copy link

this does not seem too hard to solve. can I help? I assume changing the recommended installation command to use master might not be a good option.

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

3 participants