1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00

update doc

This commit is contained in:
deadc0de6
2020-11-04 09:43:31 +01:00
parent 6d0f42f1f9
commit c8f5834e0f

View File

@@ -251,3 +251,7 @@ export DOTDROP_DEBUG=
```bash
export DOTDROP_FORCE_NODEBUG=
```
* `DOTDROP_TMPDIR`: defines a temporary directory for dotdrop to use for its operations instead of using a system generated one
```bash
export DOTDROP_TMPDIR="/tmp/dotdrop-tmp"
```