2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix #2911: correct /lib/ path to /less/

This commit is contained in:
Mark Otto
2012-04-02 22:40:06 -07:00
parent 2988de6377
commit 4462f24753
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -969,7 +969,7 @@
<div class="span4">
<h3>Command line</h3>
<p>Install the LESS command line tool via Node and run the following command:</p>
<pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre>
<pre>$ lessc ./less/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>
</div><!-- /span4 -->
<div class="span4">