diff options
-rw-r--r-- | README.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile index 07aef26..9b36c73 100644 --- a/README.textile +++ b/README.textile @@ -7,7 +7,7 @@ To set it up, do the following: * install python * 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 deamon add ==--deamon-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). |