We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562875e commit 6d83c4dCopy full SHA for 6d83c4d
doc/standalone.md
@@ -42,6 +42,17 @@ directory.
42
43

44
45
+If you don't plan to use Redis for caching,
46
+switch the caching off in the config file:
47
+
48
+```
49
+ $ vim ~/.cheat.sh/etc/config.yaml
50
+ cache:
51
+ type: none
52
53
54
+or with the environment variable `CHEATSH_CACHE_TYPE=none`.
55
56
## Update cheat sheets
57
58
Cheat sheets are fetched and installed to `~/.cheat.sh/upstream`.
0 commit comments