Skip to content

Commit

Permalink
One-line the gem install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nevir committed May 28, 2014
1 parent 5b4e8da commit 6909b30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Polymer docs are mostly in Markdown with some HTML. [Jekyll][jekyll] is used to

We use Jekyll 1.4.2+ and [Grunt][grunt] to generate the documentation. You'll need to install the requirements before working on the docs (these instructions assume [NPM is already installed](http://nodejs.org/download/)):

gem install jekyll
gem install kramdown
gem install jekyll-page-hooks
gem install jekyll kramdown jekyll-page-hooks
npm install -g grunt-cli

**Note:** If you receive permission warnings, you may need to run the above tasks with `sudo`.
Expand Down

0 comments on commit 6909b30

Please sign in to comment.