From 352a7605610a6b69b308ac7c6c54c4a3cc3b6ea5 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sat, 1 Oct 2016 14:08:58 -0400 Subject: [PATCH] README edit Modified the README with regards to the environment variable changes made in #294. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aedcfd8..5c476a4 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Cheatsheets are stored in the `~/.cheat/` directory, and are named on a per-keyphrase basis. In other words, the content for the `tar` cheatsheet lives in the `~/.cheat/tar` file. -Provided that you have an `EDITOR` environment variable set, you may edit -cheatsheets with: +Provided that you have a `CHEAT_EDITOR`, `VISUAL`, or `EDITOR` environment +variable set, you may edit cheatsheets with: ```sh cheat -e foo