Skip to content

Commit 21a1750

Browse files
mcwumblyalecthomas
authored andcommitted
Remove go get for installation from README
Per: #528 (comment) > Use the release binaries. go get is not supported anymore.
1 parent 6a6cf17 commit 21a1750

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,9 @@ For a quick overview of the available styles and how they look, check out the [C
249249
<a id="markdown-command-line-interface" name="command-line-interface"></a>
250250
## Command-line interface
251251
252-
A command-line interface to Chroma is included. It can be installed with:
252+
A command-line interface to Chroma is included.
253253
254-
```sh
255-
go get -u github.com/alecthomas/chroma/cmd/chroma
256-
```
254+
Binaries are available to install from [the releases page](https://github.com/alecthomas/chroma/releases).
257255
258256
The CLI can be used as a preprocessor to colorise output of `less(1)`,
259257
see documentation for the `LESSOPEN` environment variable.

0 commit comments

Comments
 (0)