summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-25 01:34:55 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-25 01:34:55 +0100
commit6623f76aceef158f47f1f7af7913e37cdfcb4811 (patch)
tree0b01ec33a8d39ac9ca9b83acbd38b9f283bd4ab0
parent43f9a40fa70a0cdbbf290184ca9d49950b1c87e0 (diff)
downloadGit-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.zip
Git-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.tar.gz
Git-Auto-Deploy-6623f76aceef158f47f1f7af7913e37cdfcb4811.tar.bz2
Updated README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f784dff..14a1bfb 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Copy of the sample config and modify it. [Read more about the configuration opti
cd Git-Auto-Deploy
cp config.json.sample config.json
-Start ```Git-Auto-Deploy```.
+Start ```Git-Auto-Deploy``` manually using;
python gitautodeploy
@@ -35,7 +35,7 @@ To start ```Git-Auto-Deploy``` automatically on boot, open crontab in edit mode
@reboot /usr/bin/python /path/to/Git-Auto-Deploy/gitautodeploy --daemon-mode --quiet --config /path/to/git-auto-deploy.conf.json
-*Tip:* You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-script (for Debian and Sys-V like init systems) or a service for systemd. [Read more about starting Git-Auto-Deploy automatically using init.d or systemd](./docs/Start automatically on boot.md).
+You can also configure ```Git-Auto-Deploy``` to start on boot using a init.d-script (for Debian and Sys-V like init systems) or a service for systemd. [Read more about starting Git-Auto-Deploy automatically using init.d or systemd](./docs/Start automatically on boot.md).
## Install from PPA (recommended for debian systems)