From 38a2f3752f8b16adfb1e8f586e916e711462540d Mon Sep 17 00:00:00 2001 From: Claudio Maccari Date: Sat, 8 Oct 2016 09:32:16 +0200 Subject: [PATCH] Fix clone url The current url doesn't work support public download git clone git@github.com:start-react/ani-theme-meteor-react.git Cloning into 'ani-theme-meteor-react'... Permission denied (publickey). fatal: Could not read from remote repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3f8fc..2927e64 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ http://ani-react-theme.meteor.com ####1. Clone this project or Download that ZIP file ```sh -$ git clone git@github.com:start-react/ani-theme-meteor-react.git +git clone https://github.com/start-react/ani-theme-meteor-react.git ``` ####2. Make sure you have [meteor](https://www.meteor.com/) installed globally