From 95843e4674086baf54615a27c901653c3ebc31cf Mon Sep 17 00:00:00 2001 From: Joaquin Garmendia Cabrera Date: Thu, 18 Jan 2018 00:34:02 -0500 Subject: [PATCH] Updating dependencies to highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d8a5c6..c4371f1 100644 --- a/README.md +++ b/README.md @@ -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