summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d803389..f784dff 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Start ```Git-Auto-Deploy```.
python gitautodeploy
-To start ```Git-Auto-Deploy``` automatically on boot, you can use crontab. Open crontab in edit mode using ```crontab -e``` and add the entry below.
+To start ```Git-Auto-Deploy``` automatically on boot, open crontab in edit mode using ```crontab -e``` and add the entry below.
@reboot /usr/bin/python /path/to/Git-Auto-Deploy/gitautodeploy --daemon-mode --quiet --config /path/to/git-auto-deploy.conf.json