diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-05-08 15:13:22 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-05-08 15:13:22 +0200 |
commit | 0f2062c26be7317a19180cb10dbdb2e52a779436 (patch) | |
tree | f84b1a61fad8ee7c0252ea8bba10a23865ae7158 /docs/Install as a python module.md | |
parent | 717d7478584c948eb6fd5c6b51f094d8ae6a99fd (diff) | |
download | Git-Auto-Deploy-0f2062c26be7317a19180cb10dbdb2e52a779436.zip Git-Auto-Deploy-0f2062c26be7317a19180cb10dbdb2e52a779436.tar.gz Git-Auto-Deploy-0f2062c26be7317a19180cb10dbdb2e52a779436.tar.bz2 |
Updated docs
Diffstat (limited to 'docs/Install as a python module.md')
-rw-r--r-- | docs/Install as a python module.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Install as a python module.md b/docs/Install as a python module.md index 8700eed..ee3f2a1 100644 --- a/docs/Install as a python module.md +++ b/docs/Install as a python module.md @@ -28,7 +28,6 @@ Copy the content of [config.json.sample](../config.json.sample) and save it anyw ## Running the application Run the application using the executable ```git-auto-deploy``` which has been provided by pip. Provide the path to your configuration file as a command line argument. - referencing the ```gitautodeploy``` module (the directory ```Git-Auto-Deploy/gitautodeploy```). git-auto-deploy --config ~/git-auto-deploy.conf.json |