-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels