From 9536079452e97db6dffafa8be6c5ff521943e09e Mon Sep 17 00:00:00 2001 From: Christian Griset Date: Fri, 23 Oct 2015 16:29:25 +0000 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 344df9f..2661591 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ repos: # - it either # (a) makes changes to files within the repo, outputs a commit message to stdout, and exits with code 0 # (b) exits with a nonzero exit code + +# Basepath to prepend temp directories. Not including this option is okay and the program will assume "" +base_path: "path/to/prepend/tmpdir" change_cmds: # command paths can either be absolute paths, or paths relative to the configuration file. - path: "/path/to/the/program"