aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-16 20:36:12 -0700
committerMark Otto <[email protected]>2012-10-16 20:36:12 -0700
commitb06724a1a4f6d297564dd4f4c17aec10f4dc6e2e (patch)
tree8e75131dc7e9f5244c69916116b08ead297e83f2
parent709870aa3e5edab74e9644273df092258569b449 (diff)
parentfda641fb6cf78c577309b88668b5bae0b6f6912b (diff)
downloadbootstrap-b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e.tar.xz
bootstrap-b06724a1a4f6d297564dd4f4c17aec10f4dc6e2e.zip
Merge pull request #5508 from bradly/fix-readme-link
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.