diff --git a/.gitignore b/.gitignore index e43b0f98..51e5ab44 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +*.seed +*.log \ No newline at end of file diff --git a/Readme.md b/Readme.md index 75fe7523..39f998e8 100644 --- a/Readme.md +++ b/Readme.md @@ -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