From 273cbd678c1937ba6b960fbae5499aa602865e93 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Thu, 26 Apr 2012 23:06:04 +0000 Subject: [PATCH] Fix git repo to point to public facing git URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3f9d2..4b808f5 100644 --- a/README.md +++ b/README.md @@ -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