From 2e7bf5ca21207899b01c8bf4d62093cd2a80cd48 Mon Sep 17 00:00:00 2001 From: Etienne Platini Date: Wed, 12 Apr 2017 10:46:38 +0200 Subject: [PATCH] replace git link with https link Regular users can't clone the repository with the git link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f83b3a8..a5e09e6bb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ As of version 2.0.1 (Nov. 2015) Picard requires Java 1.8 (jdk8u66). The last ver * First, clone the repo: ``` - git clone git@github.com:broadinstitute/picard.git + git clone https://github.com/broadinstitute/picard.git cd picard/ ```