diff options
| author | Mark Otto <[email protected]> | 2013-02-17 13:42:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 13:42:31 -0800 |
| commit | e2fabe2317cedb9cbee878e26ce740acd1df38a5 (patch) | |
| tree | 64ed315a792556b818f3544f88fe0d8d761294bc | |
| parent | 6ccf588a8e08a9f99e6a56f9201a4348eb946cde (diff) | |
| download | bootstrap-e2fabe2317cedb9cbee878e26ce740acd1df38a5.tar.xz bootstrap-e2fabe2317cedb9cbee878e26ce740acd1df38a5.zip | |
clarification on readme makefile
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags) ## Compiling CSS and JavaScript -Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies: +Bootstrap includes a [makefile](Makefile) with convenient methods for working with the framework. Before getting started, be sure to install [the necessary local dependencies](package.json): ``` $ npm install ``` -Once installed, you'll be able to run the various make commands provided: +When completed, you'll be able to run the various make commands provided: #### build - `make` Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js. |
