diff options
| author | Mark Otto <[email protected]> | 2012-01-06 23:59:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-06 23:59:22 -0800 |
| commit | cfc2353059df628c67d19a3c5c3ead2cc6051f53 (patch) | |
| tree | 64d535e105e36458aba2c621e05d8413c6d246a9 /docs/less.html | |
| parent | 5cb76037ae70ca26a923750ca9441b04d2fbd6a7 (diff) | |
| download | bootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.tar.xz bootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.zip | |
front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/less.html b/docs/less.html index 7d3efd296..05398e966 100644 --- a/docs/less.html +++ b/docs/less.html @@ -403,8 +403,8 @@ <tr> <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> + <p>Install the LESS command line compiler with npm by running the following command:</p> + <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> @@ -422,7 +422,7 @@ <tr> <td>Command line</td> <td> - <p>If you already have the less command line tool installed, simply run the following command:</p> + <p>Install the LESS command line tool via Node and run the following command:</p> <pre>$ lessc ./lib/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> </td> |
