From 54efb0cb1f0cde4a8eb6c0880b6ca32a8e2da490 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Thu, 19 Jun 2014 21:03:16 +0200 Subject: [PATCH] Improve installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 169fdbd6..8351abcc 100644 --- a/README.md +++ b/README.md @@ -24,6 +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 gem install bundler bundle install thor docs:download --all