Added kiwi installation docs

This commit is contained in:
visionmedia
2010-03-11 11:05:41 -08:00
parent 6da4a942ca
commit 0c18ac5adc
2 changed files with 6 additions and 8 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
.DS_Store
*.seed
*.log

View File

@@ -24,14 +24,10 @@
## Installation
Currently Express must be cloned (or downloaded), you can use the following command to
get rolling and initialize the submodule dependencies:
$ git clone git://github.com/visionmedia/express.git && cd express && git submodule update --init && make app
Or with the [gh](http://github.com/visionmedia/gh) utility:
$ gh clone visionmedia express && cd express && git submodule update --init && make app
Install the [Kiwi package manager for nodejs](http://github.com/visionmedia/kiwi)
and run:
$ kiwi -v install express
## Performance