From 01d15d4d0edce7b74854c0bf2a8e9dd88ddc2efe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 2 Jul 2012 00:07:30 -0400 Subject: [PATCH] fix links --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1521072..04a8047 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ Example usage: $ ls Procfile requirements.txt web.py - $ heroku create --stack cedar --buildpack git@github.com:heroku/heroku-buildpack-python.git + $ heroku create --stack cedar --buildpack git://github.com/heroku/heroku-buildpack-python.git $ git push heroku master ... @@ -35,7 +35,7 @@ Example usage: You can also add it to upcoming builds of an existing application: - $ heroku config:add BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git + $ heroku config:add BUILDPACK_URL=git://github.com/heroku/heroku-buildpack-python.git The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory.