aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradly Feeley <[email protected]>2012-10-13 18:37:18 -0700
committerBradly Feeley <[email protected]>2012-10-13 18:38:34 -0700
commitfda641fb6cf78c577309b88668b5bae0b6f6912b (patch)
tree602d49ecf9088cfea86669dcfe72bc8de9967198
parentfa778792c5a00577cc2f59f70499b60bda2a8457 (diff)
downloadbootstrap-fda641fb6cf78c577309b88668b5bae0b6f6912b.tar.xz
bootstrap-fda641fb6cf78c577309b88668b5bae0b6f6912b.zip
Updating README link about Less compilation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82d515d19..23268862b 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ $ 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. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
+ **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.