Skip to content

Commit

Permalink
Add requirement to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Dec 22, 2011
1 parent a068b0b commit 2be817e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A zookeeper web administrator in node.js. It's based on [express.js](http://expressjs.com/) and [node-zookeeper](https://github.com/yfinkelstein/node-zookeeper).It will display zookeeper's data as a lazy loading tree,and display every path's stat info and data;and you can create,edit or delete path if you logon.

##Requirement

You must install node.js 0.4.x from https://github.com/joyent/node/tags and [npm](https://github.com/isaacs/npm).

##Configure
First,you must install dependencies with npm

Expand Down

0 comments on commit 2be817e

Please sign in to comment.