diff --git a/README.md b/README.md index c71620e..f2c2b9d 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,12 @@ Or download a binary from the [releases][releases] page. MacOS, Linux, Windows, FreeBSD, and OpenBSD binaries are available, as well as Debian, RPM, and Alpine packages. ARM builds are also available for Linux, FreeBSD, and OpenBSD. -Or just use `go get` (requires Go 1.13+): +Or just build it yourself (requires Go 1.13+): ```bash -go get github.com/charmbracelet/glow +git clone https://github.com/charmbracelet/glow.git +cd glow +go build ``` [releases]: https://github.com/charmbracelet/glow/releases