diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 8b7f4495d..5005fb166 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -892,7 +892,7 @@ <div class="span4"> <h3>{{_i}}Command line{{/i}}</h3> <p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p> - <pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre> + <pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre> <p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p> </div><!-- /span4 --> <div class="span4"> |
