From 07aa18e350bdc278cb404606c5de2633e03eab87 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 17 Oct 2020 14:30:03 +0200 Subject: [PATCH] Update build instructions Fixes #171. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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