mirror of https://github.com/cheat/cheat.git
Trivial README edit.
This commit is contained in:
parent
8ffeaa4211
commit
c0aad062ec
|
@ -104,7 +104,7 @@ export CHEATPATH='/path/to/my/cheats'
|
||||||
You may, of course, append multiple directories to your `CHEATPATH`:
|
You may, of course, append multiple directories to your `CHEATPATH`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export CHEATPATH=$CHEATPATH:/path/to/more/cheats
|
export CHEATPATH="$CHEATPATH:/path/to/more/cheats"
|
||||||
```
|
```
|
||||||
|
|
||||||
You may view which directories are on your `CHEATPATH` with `cheat -d`.
|
You may view which directories are on your `CHEATPATH` with `cheat -d`.
|
||||||
|
|
Loading…
Reference in New Issue