From 1127b7d4612bb5698d66b133f05667bcfe393f67 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 8 Jun 2013 02:53:33 +0200 Subject: [PATCH] Corrected a small example error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27049e0..dacf9d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ First of all change the variable GITDIR in autogitit.sh to point to the director Next add an entry for autogitit.sh in your crontab, for example to run every five minutes. Below is an example of how to do it and what how the line will look like. $ crontab -e - */10 * * * * /home/user/autogitit.sh + */5 * * * * /home/user/autogitit.sh If you want to initalize a directory for use with autogitit you can either do this by your self with a "git init" or by running the script with the --init option.