Updating dependencies to highlighting

This commit is contained in:
Joaquin Garmendia Cabrera 2018-01-18 00:34:02 -05:00 committed by Chris Lane
parent 2b58300d84
commit 95843e4674
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ export CHEATPATH="$CHEATPATH:/path/to/more/cheats"
You may view which directories are on your `CHEATPATH` with `cheat -d`.
### Enabling Syntax Highlighting ###
`cheat` can optionally apply syntax highlighting to your cheatsheets. To enable
syntax highlighting, export a `CHEATCOLORS` environment variable:
`cheat` can optionally apply syntax highlighting to your cheatsheets. To can use this feature is
neccessary to install the package [Pygments](http://pygments.org/). To enable syntax highlighting, export a `CHEATCOLORS` environment variable:
```sh
export CHEATCOLORS=true