summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunnyyoung <Sunnyyoung@users.noreply.github.com>2016-12-27 11:54:19 +0800
committerGitHub <noreply@github.com>2016-12-27 11:54:19 +0800
commit465183e17af7b33f03047f53832ceea75140c29c (patch)
treec5ca854add997d6e6c840ddb37b89da26d9cc380
parentb24b817fc553be4abf425028e33398a6cf7da5bd (diff)
downloadGit-Auto-Deploy-465183e17af7b33f03047f53832ceea75140c29c.zip
Git-Auto-Deploy-465183e17af7b33f03047f53832ceea75140c29c.tar.gz
Git-Auto-Deploy-465183e17af7b33f03047f53832ceea75140c29c.tar.bz2
Update README.md
Update pip installing command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 030f059..8330b34 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Install the dependencies with [pip](http://www.pip-installer.org/en/latest/), a
If you don't have pip installed, try installing it by running this from the command
line:
- curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
+ curl https://bootstrap.pypa.io/get-pip.py | python
Copy of the sample config and modify it. [Read more about the configuration options](./docs/Configuration.md). Make sure that ```pidfilepath``` is writable for the user running the script, as well as all paths configured for your repositories.