]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarification on readme makefile
authorMark Otto <otto@github.com>
Sun, 17 Feb 2013 21:42:31 +0000 (13:42 -0800)
committerMark Otto <otto@github.com>
Sun, 17 Feb 2013 21:42:31 +0000 (13:42 -0800)
README.md

index 74154cab43b400d9b0ab352649db649c50abed90..d94dde6604ecb26670f81444a4f4a9d995a58780 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.