Skip to content

Commit

Permalink
Added kiwi installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 11, 2010
1 parent 6da4a94 commit 0c18ac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
.DS_Store
*.seed
*.log
12 changes: 4 additions & 8 deletions Readme.md
Expand Up @@ -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

Expand Down

0 comments on commit 0c18ac5

Please sign in to comment.