mirror of https://github.com/cheat/cheat.git
README edit
Modified the README with regards to the environment variable changes made in #294.
This commit is contained in:
parent
597acec6ac
commit
8d65424ffb
|
@ -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
|
per-keyphrase basis. In other words, the content for the `tar` cheatsheet lives
|
||||||
in the `~/.cheat/tar` file.
|
in the `~/.cheat/tar` file.
|
||||||
|
|
||||||
Provided that you have an `EDITOR` environment variable set, you may edit
|
Provided that you have a `CHEAT_EDITOR`, `VISUAL`, or `EDITOR` environment
|
||||||
cheatsheets with:
|
variable set, you may edit cheatsheets with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cheat -e foo
|
cheat -e foo
|
||||||
|
|
Loading…
Reference in New Issue