Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Added paragraph specifying that git and node-git are a requirement. Are there any other requirements?
  • Loading branch information
wavesailor committed Aug 21, 2013
1 parent f5d9f2e commit cc699b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -4,7 +4,7 @@ This is a community supported blog about how to program in nodejs.

This is powered by a new static blog engine written in node called [wheat][].

To run a local version of the blog, simply install [wheat][] and it's dependencies, node.JS v0.1.101 or later.
To run a local version of the blog, simply install [wheat][] and it's dependencies, node.JS v0.1.101 or later. Git needs to be installed too as [wheat][] uses a node package called [node-git][]

If you have [spark][] installed, just type `spark` in this directory. If not, append `.listen(3000)` right before the closing semicolon and run it with `node app.js`

Expand All @@ -13,6 +13,7 @@ You can get a working wheat environment out of the box with [ivy][].
[wheat]: http://github.com/creationix/wheat
[ivy]: http://github.com/creationix/ivy
[spark]: http://github.com/senchalabs/spark
[node-git]: http://github.com/creationix/node-git

## Contributing

Expand Down Expand Up @@ -63,4 +64,4 @@ More docs to come soon...

## Licensing

All articles are copyright to the individual authors. Authors can put notes about license and copyright on their individual bio pages if they wish.
All articles are copyright to the individual authors. Authors can put notes about license and copyright on their individual bio pages if they wish.

0 comments on commit cc699b2

Please sign in to comment.