1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

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.
This commit is contained in:
David McClure 2021-06-23 10:02:59 -04:00 committed by Alec Thomas
parent 6a6cf1764d
commit 21a1750dc2

@ -249,11 +249,9 @@ For a quick overview of the available styles and how they look, check out the [C
<a id="markdown-command-line-interface" name="command-line-interface"></a>
## 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.