Skip to content

Commit

Permalink
Remove go get for installation from README
Browse files Browse the repository at this point in the history
Per: #528 (comment)

> Use the release binaries. go get is not supported anymore.
  • Loading branch information
mcwumbly authored and alecthomas committed Jun 23, 2021
1 parent 6a6cf17 commit 21a1750
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21a1750

Please # to comment.