Skip to content

Incorrect instructions for v2.0.0-beta.1 #821

@pekim

Description

@pekim

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions