Skip to content

Commit

Permalink
added note about installing the cutting edge version
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 16, 2011
1 parent 34dfd2f commit c576f47
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,22 @@ DocPad (like Jekyll) is a static website generator, unlike Jekyll it's written i
npm -g install docpad


### Installing the cutting edge version

1. [Install Node.js](https://github.com/balupton/node/wiki/Installing-Node.js)

1. Install [CoffeeScript](http://jashkenas.github.com/coffee-script/)

npm -g install coffee-script

1. Install DocPad

git clone git://github.com/balupton/docpad.git
cd docpad
npm link



## Using

- To generate the rendered website, watch the files for changes, and run the docpad server
Expand Down

0 comments on commit c576f47

Please sign in to comment.