mirror of https://github.com/cheat/cheat.git
Updating dependencies to highlighting
This commit is contained in:
parent
2b58300d84
commit
95843e4674
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue