Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fadrizul committed Sep 26, 2011
1 parent 1821efa commit ea9721e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/README.md
Expand Up @@ -17,13 +17,6 @@ templating solutions.
`tmpl-precompile` can be run from a shell command prompt, although it actually runs within node.js. To install, do:

npm install tmpl-precompile -g

**NOTE**: `tmpl-precompile` currently uses the [latest version of `jade` at Github](https://github.com/visionmedia/jade/), which is newer than the one in NPM(0.13). If you wish to use `tmpl-precompile` right now, please checkout the latest version of `jade` to `tmpl-precompile`. To do so, please do:

cd /usr/local/lib/node_modules/tmpl-precompile/node_modules
rm -rf jade
git clone https://github.com/visionmedia/jade.git


### Command line

Expand Down

0 comments on commit ea9721e

Please sign in to comment.