소스 검색

Improve installation instructions

Thibaut 11 년 전
부모
커밋
54efb0cb1f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
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