diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md index 5b4b75c..b6384d3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -258,3 +258,4 @@ There are many plugins provided by `nnn` which can be used as examples. Here are 2. Add an entry in the table above. 3. Keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised. 4. The plugin file should be executable. +5. If your plugin stores data, use `${XDG_CACHE_HOME:-$HOME/.cache}/nnn`. Document it _in-file_. |