summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile
index 965812f..10e549e 100644
--- a/README.textile
+++ b/README.textile
@@ -10,7 +10,7 @@ To set it up, do the following:
* copy the GitAutoDeploy.conf.json.example to GitAutoDeploy.conf.json. This file will be gitignored and can be environment specific.
* enter the matching for your project(s) in the GitAutoDeploy.conf.json file
* start the server by typing "python GitAutoDeploy.py"
-* to run it as a deamon add ==--deamon-mode==
+* to run it as a daemon add ==--daemon-mode==
* On the Github page go to a repository, then "Admin", "Service Hooks",
"Post-Receive URLs" and add the url of your machine + port (e.g. http://example.com:8001).
@@ -26,4 +26,4 @@ move there and run "git pull".
Additionally it runs a deploy bash command that you can add to the config file optionally.
-Make sure that you start the server as the user that is allowed to pull from the github repository. \ No newline at end of file
+Make sure that you start the server as the user that is allowed to pull from the github repository.