From 21a1750dc27a5a212dd6ee37a902bdf7485d4508 Mon Sep 17 00:00:00 2001 From: David McClure Date: Wed, 23 Jun 2021 10:02:59 -0400 Subject: [PATCH] Remove `go get` for installation from README Per: https://github.com/alecthomas/chroma/issues/528#issuecomment-866370115 > Use the release binaries. go get is not supported anymore. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95d54e6..629e65f 100644 --- a/README.md +++ b/README.md @@ -249,11 +249,9 @@ For a quick overview of the available styles and how they look, check out the [C ## Command-line interface -A command-line interface to Chroma is included. It can be installed with: +A command-line interface to Chroma is included. -```sh -go get -u github.com/alecthomas/chroma/cmd/chroma -``` +Binaries are available to install from [the releases page](https://github.com/alecthomas/chroma/releases). The CLI can be used as a preprocessor to colorise output of `less(1)`, see documentation for the `LESSOPEN` environment variable.