You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go install github.com/isacikgoz/tldr/cmd/tldr@latestgo: 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 versiongo version go1.21.0 darwin/arm64
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
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
That means that or a new release should be done or the installation instructions should be changed
Is there an existing issue for this?
Current Behavior
Expected Behavior
Install should proceed
Steps To Reproduce
Run the install instructions from the readme
Environment
Anything else?
The text was updated successfully, but these errors were encountered: