]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
changed npm package name to less 808/head
authorAlexander Pirsig <apirsig@web.de>
Wed, 14 Dec 2011 15:48:50 +0000 (16:48 +0100)
committerAlexander Pirsig <apirsig@web.de>
Wed, 14 Dec 2011 15:48:50 +0000 (16:48 +0100)
docs/index.html

index 0206563e44d837ab4bec7993814b0d11793efb95..2468e97f539f985d3055fe096e861aef9ebcc634 100644 (file)
@@ -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>