Skip to content

docs: fix README install path to charm.land/log/v2#218

Open
sueun-dev wants to merge 1 commit into
charmbracelet:mainfrom
sueun-dev:docs/readme-charm-land-import
Open

docs: fix README install path to charm.land/log/v2#218
sueun-dev wants to merge 1 commit into
charmbracelet:mainfrom
sueun-dev:docs/readme-charm-land-import

Conversation

@sueun-dev

Copy link
Copy Markdown

The module moved to charm.land/log/v2 in #190, but the README Usage section still points at the old path. Following it installs the frozen v1.0.0 instead of v2:

  • go get github.com/charmbracelet/log@latest resolves to v1.0.0 (last tag on that path)
  • go get charm.land/log/v2@latest resolves to v2.0.0

Updated the go get command and the import to the v2 path. Verified a fresh module using the corrected lines builds against v2.0.0.

The module moved to charm.land/log/v2 in charmbracelet#190 but the README Usage
section still used the old github.com/charmbracelet/log path, which
installs the frozen v1.0.0 instead of v2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant