mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
Add doc how to switch caching off (#291)
This commit is contained in:
@@ -42,6 +42,17 @@ directory.
|
||||
|
||||

|
||||
|
||||
If you don't plan to use Redis for caching,
|
||||
switch the caching off in the config file:
|
||||
|
||||
```
|
||||
$ vim ~/.cheat.sh/etc/config.yaml
|
||||
cache:
|
||||
type: none
|
||||
```
|
||||
|
||||
or with the environment variable `CHEATSH_CACHE_TYPE=none`.
|
||||
|
||||
## Update cheat sheets
|
||||
|
||||
Cheat sheets are fetched and installed to `~/.cheat.sh/upstream`.
|
||||
|
||||
Reference in New Issue
Block a user