aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Pirsig <[email protected]>2011-12-14 16:48:50 +0100
committerAlexander Pirsig <[email protected]>2011-12-14 16:48:50 +0100
commite28b080c7989e9725beb1218dc45267fdd3b9bca (patch)
treee0947dd74e2072203be47b4df851b8f6b4f6aeb2 /docs
parent2dd0db8aa3bfd286d9c416a93d0040f16567fcc8 (diff)
downloadbootstrap-e28b080c7989e9725beb1218dc45267fdd3b9bca.tar.xz
bootstrap-e28b080c7989e9725beb1218dc45267fdd3b9bca.zip
changed npm package name to less
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 0206563e4..2468e97f5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1974,7 +1974,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<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>
+ <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>