diff --git a/README.md b/README.md index 3817050..c0f810c 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ After you've customized your cheatsheets, I urge you to track `~/.cheat/` along with your [dotfiles][]. +Advanced Features +================= + Setting a CHEATPATH ---------------------- By default, all cheatsheets are installed to `~/.cheat/`, but you can instruct @@ -99,6 +102,15 @@ You may, of course, append multiple directories to your `CHEATPATH`: export CHEATPATH=$CHEATPATH:/path/to/more/cheats ``` +Enabling Syntax Highlighting +---------------------------- +`cheat` can provide syntax highlighting on your cheatsheets if so desired. To +enable this feature, set a `$CHEATCOLORS` environment variable: + +```bash +export CHEATCOLORS=true +``` + Contributing ============