diff --git a/README.md b/README.md index 4f74a15f2b..654c8f17c9 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,10 @@ Our makefile depends on you having recess, connect, uglify.js, and jshint instal $ npm install recess connect uglify-js jshint -g ``` -+ **build** - `make` -Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. Read more in our docs » ++ **build** + + `make` - Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. + + `make bootstrap` - Creates `/bootstrap` folder with deployment only files in it. + + Read more in our docs » + **test** - `make test` Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.