From 6b81582a12e77798e1997ae960baa3e2c3938fbb Mon Sep 17 00:00:00 2001 From: RainSun Date: Thu, 24 Jul 2014 10:16:18 +0800 Subject: [PATCH] Update README.md Fix: `Permission denied (publickey)` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8351abcc..7bd6f69d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ DevDocs is made of two separate pieces: a Ruby scraper responsible for generatin DevDocs requires Ruby 2.1 and a JavaScript runtime supported by [ExecJS](https://github.com/sstephenson/execjs#readme) (included in OS X and Windows; [Node.js](http://nodejs.org/) on Linux). Once you have these installed, run the following commands: ``` -git clone git@github.com:Thibaut/devdocs.git && cd devdocs +git clone https://github.com/Thibaut/devdocs.git && cd devdocs gem install bundler bundle install thor docs:download --all