diff options
| author | Mark Otto <[email protected]> | 2012-07-06 10:22:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-06 10:22:53 -0700 |
| commit | 3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c (patch) | |
| tree | b10e17ff387ccab50d5b181ab31a83401bc185b8 | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| parent | 4d6434a2c76e7dc5a0b271aa8c222f8bfced0ff0 (diff) | |
| download | bootstrap-3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c.tar.xz bootstrap-3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c.zip | |
Merge branch 'philfreo-patch-1' into 2.1.0-wip
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |
