Fix git repo to point to public facing git URL.

This commit is contained in:
Isaac Bythewood
2012-04-26 23:06:04 +00:00
parent e25e85f594
commit 273cbd678c

View File

@@ -30,7 +30,7 @@ Have virtualenv and pip installed. You may also need to have the build
dependencies for PIL installed. (If you are on Ubuntu you can do this by typing
"sudo build-dep python-imaging".)
$ git clone git@github.com:overshard/pinry.git
$ git clone git://github.com/overshard/pinry.git
$ cd pinry
$ virtualenv .
$ bin/pip install -r requirements.txt