]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adding 'connect' npm requirement as it is required to run `make test` (in order for... 3993/head
authorPhil Freo <phil@philfreo.com>
Wed, 4 Jul 2012 06:34:11 +0000 (23:34 -0700)
committerPhil Freo <phil@philfreo.com>
Wed, 4 Jul 2012 06:34:11 +0000 (23:34 -0700)
README.md

index 210667c191c8ebb78f7c281253a25bc69f588584..0a375fb3c21987709a010e57f34b6f864a1411a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,10 +82,10 @@ Developers
 We have included a makefile with convenience methods for working with the Bootstrap library.
 
 + **dependencies**
-Our makefile depends on you having recess, uglify.js, and jshint installed. To install, just run the following command in npm:
+Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:
 
 ```
-$ npm install recess uglify-js jshint -g
+$ npm install recess connect uglify-js jshint -g
 ```
 
 + **build** - `make`