bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

Incorrect instructions for v2.0.0-beta.1

Open pekim opened this issue 8 months ago • 0 comments

https://github.com/charmbracelet/bubbles/releases/tag/v2.0.0-beta.1 includes this.

# Collect them all
go get github.com/charmbracelet/[email protected]
go get github.com/charmbracelet/[email protected]
go get github.com/charmbracelet/[email protected]

They are all slightly wrong, as they are missing /v2. For example go get github.com/charmbracelet/[email protected] should be go get github.com/charmbracelet/bubbles/[email protected].

It's a minor detail, but caused me confusion for a minute or two. Correcting it might save other people from the same confusion.

pekim avatar Jul 31 '25 10:07 pekim