Skip to content

Commit

Permalink
Merge pull request #89 from leobalter/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
Greg committed Feb 6, 2014
2 parents 8259cb8 + b50127f commit 9a563a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ This is the source for "learnlayout.com":http://learnlayout.com in case you're c
h2. How to Build

* If needed, install "NPM":https://npmjs.org/
* If needed, install "grunt":http://gruntjs.com
* If needed, install "grunt":http://gruntjs.com @npm install -g grunt-cli@
* If needed, do a @npm install@
* If needed, install jekyll @sudo gem install jekyll@
* If needed, install "pygments":http://pygments.org/docs/installation/
* Build + run test server with @grunt jekyll@
* or build only with @grunt jekyll:dev@ or @grunt jekyll:prod@
* Build + run test server with @grunt serve@
* or build only with @grunt@

h2. How to Translate

Expand Down

0 comments on commit 9a563a5

Please sign in to comment.