bump install with go path to v2

This commit is contained in:
Nathan Cain 2024-12-20 13:36:27 -06:00 committed by Christian Rocha
commit 677fcb3eee

View file

@ -107,7 +107,7 @@ packages. ARM builds are also available for macOS, Linux, FreeBSD and OpenBSD.
Or just install it with `go`: Or just install it with `go`:
```bash ```bash
go install github.com/charmbracelet/glow@latest go install github.com/charmbracelet/glow/v2@latest
``` ```
### Build (requires Go 1.21+) ### Build (requires Go 1.21+)