From 220f695041837f3310571dee63a3f459f3e36052 Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Sat, 19 Dec 2015 02:39:13 +0100 Subject: [PATCH] enhance README clone instruction It is much more convenient to give the https:// github scheme since it is readable by anyone. It makes the readme more copy/paste friendly. Using the git:// scheme is only possible for the maintainer of the repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85d46f..9fca4c3 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ I don't do anything else so don't bother asking. You'll need to clone this repository and install a few dependencies. Let's start by cloning. ``` -git clone git@github.com:jmathai/elodie.git +git clone https://github.com/jmathai/elodie.git ``` The commands on this page assume you're running them from the root of this repository. I don't have any submodules but you'll need to install the following packages.