aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Freo <[email protected]>2012-07-03 23:34:11 -0700
committerPhil Freo <[email protected]>2012-07-03 23:34:11 -0700
commit4d6434a2c76e7dc5a0b271aa8c222f8bfced0ff0 (patch)
treeb5b63b29c5b59b68b447e2c0e5a98941e23a635e /README.md
parent857b8fb8be81178d14f59c126c1381b09aff7c0f (diff)
downloadbootstrap-4d6434a2c76e7dc5a0b271aa8c222f8bfced0ff0.tar.xz
bootstrap-4d6434a2c76e7dc5a0b271aa8c222f8bfced0ff0.zip
Adding 'connect' npm requirement as it is required to run `make test` (in order for it to run `node js/tests/server.js`)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 210667c19..0a375fb3c 100644
--- 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`