charmbracelet / charmbracelet/bubbles
Incorrect instructions for v2.0.0-beta.1
- Dominant language
- Go
- Stars
- 8.9k
- Forks
- 457
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
https://github.com/charmbracelet/bubbles/releases/tag/v2.0.0-beta.1 includes this.
```
# Collect them all
go get github.com/charmbracelet/bubbletea@v2.0.0-beta.1
go get github.com/charmbracelet/bubbles@v2.0.0-beta.1
go get github.com/charmbracelet/lipgloss@v2.0.0-beta.1
```
They are all slightly wrong, as they are missing `/v2`. For example
`go get github.com/charmbracelet/bubbles@v2.0.0-beta.1`
should be
`go get github.com/charmbracelet/bubbles/v2@v2.0.0-beta.1`.
It's a minor detail, but caused me confusion for a minute or two. Correcting it might save other people from the same confusion.
Contributor guide
Research direction
Open the v2.0.0-beta.1 release page linked in the issue and review the three Go installation commands. Verify that each module path includes the /v2 suffix, then confirm the release instructions show the corrected commands consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- documentation, release
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100