From f2eaee05aa4327baf47e9168409fea6f1560a3ad Mon Sep 17 00:00:00 2001 From: Nathan Cain <13713501+nathanscain@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:36:27 -0600 Subject: [PATCH] bump install with go path to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e811677..c4cb044c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ packages. ARM builds are also available for macOS, Linux, FreeBSD and OpenBSD. Or just install it with `go`: ```bash -go install github.com/charmbracelet/glow@latest +go install github.com/charmbracelet/glow/v2@latest ``` ### Build (requires Go 1.21+)