aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkitsunyan2018-05-19 04:46:13 +0000
committerkitsunyan2018-05-19 04:46:13 +0000
commite301fefe660f3cb1f27f924e04d25db5db9f28a6 (patch)
tree5ec2d010d018c120fe748f8ef6eae5015d257fc2 /doc
parent921c83730f425dfb6b7db459044db839124dcff4 (diff)
Add user cache dir
Diffstat (limited to 'doc')
-rw-r--r--doc/pakku.conf.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt
index 9b03b13..c9666a4 100644
--- a/doc/pakku.conf.5.txt
+++ b/doc/pakku.conf.5.txt
@@ -16,6 +16,10 @@ divided into sections. Only options section is used.
Options
-------
+*UserCacheDir =* path/to/user/cache/dir::
+ Set the cache directory in which pakku will cache repositories.
+ The default value is +$\{HOME\}/.cache/pakku+.
+
*TmpDir =* path/to/tmp/dir::
Set the temporary directory in which pakku will perform all
building operations. The default value is +/tmp/pakku-$\{USER\}+.