From d1bb32331668b4bb8df9d53f787abb696b001dd9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 15 Oct 2020 06:52:36 +0200 Subject: [PATCH] State minimum required Go version in README Fixes #164. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3858f82..c71620e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ 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`: +Or just use `go get` (requires Go 1.13+): ```bash go get github.com/charmbracelet/glow