aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
committerJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
commit402c4800970e179b5c804b4964c51661ed02603c (patch)
treea63e809cb182b47a521f7a1c68601b3051f1fa8b /docs/less.html
parentfbb42ccbbbfcab985a2c588532511f4af324ebc1 (diff)
parentb6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (diff)
downloadbootstrap-402c4800970e179b5c804b4964c51661ed02603c.tar.xz
bootstrap-402c4800970e179b5c804b4964c51661ed02603c.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/less.html b/docs/less.html
index 7d3efd296..05398e966 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -403,8 +403,8 @@
<tr>
<td>Node with makefile</td>
<td>
- <p>Install the less command line compiler with npm by running the following command:</p>
- <pre>$ npm install lessc</pre>
+ <p>Install the LESS command line compiler with npm by running the following command:</p>
+ <pre>$ npm install less</pre>
<p>Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.</p>
<p>Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).</p>
</td>
@@ -422,7 +422,7 @@
<tr>
<td>Command line</td>
<td>
- <p>If you already have the less command line tool installed, simply run the following command:</p>
+ <p>Install the LESS command line tool via Node and run the following command:</p>
<pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre>
<p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
</td>