Update build instructions

Fixes #171.
This commit is contained in:
Christian Muehlhaeuser 2020-10-17 14:30:03 +02:00
parent d1bb323316
commit 07aa18e350
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -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