From c236bf955f3304d2f18e583e4d9c9a3a9f61e044 Mon Sep 17 00:00:00 2001 From: cgwyllie Date: Thu, 1 Aug 2013 10:05:02 +0100 Subject: [PATCH] Update README.md Changed clone URL for repo to HTTPS read-only so it doesn't require keypair access. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a05467..fb0bff79 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Installation Use git to clone the [official JSDoc repository](https://github.com/jsdoc3/jsdoc): - git clone git@github.com:jsdoc3/jsdoc.git + git clone https://github.com/jsdoc3/jsdoc.git Alternatively, you can download a .zip file for the [latest development version](https://github.com/jsdoc3/jsdoc/archive/master.zip)