From 141d2f33d7471d77c90891d70b56b66c18772349 Mon Sep 17 00:00:00 2001 From: Quazi Nafiul Islam Date: Wed, 7 Oct 2015 21:31:12 +0600 Subject: [PATCH] Changing from git protocol to https protocol, so that others can just copy+paste into terminal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce1ec3..095d57d 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ PRs are welcome. To begin developing, do this: ```bash # make virtual env -$ git clone --recursive git@github.com:karan/joe.git +$ git clone --recursive https://github.com/karan/joe $ cd joe/ $ python joe/joe.py java ```