Skip to content

Commit

Permalink
changed npm package name to less
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Dec 14, 2011
1 parent 2dd0db8 commit e28b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -1974,7 +1974,7 @@ <h3>Ways to compile</h3>
<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>
Expand Down

0 comments on commit e28b080

Please sign in to comment.