diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 22:43:52 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 22:43:52 -0700 |
| commit | 265511774715b8cbe7cbabb9b2a1bf2f27c28c1e (patch) | |
| tree | 28dc1a37157cd392c3e272aef2cf55f25043b30e /docs | |
| parent | 709789d16dccc9c812b62e8d22c61d7f4748e9e2 (diff) | |
| download | bootstrap-265511774715b8cbe7cbabb9b2a1bf2f27c28c1e.tar.xz bootstrap-265511774715b8cbe7cbabb9b2a1bf2f27c28c1e.zip | |
add some notes on installing from command line and from makefile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 6f8ad30a2..5e8d1f770 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1695,7 +1695,10 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <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>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> </tr> <td>Javascript</td> @@ -1711,7 +1714,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <tr> <td>Command line</td> <td> - + <p>If you already have the less command line tool installed you can simply run the following command:</p> + <pre>$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css</pre> + <p>Be sure to include the <code>--compress</code> flag in that command if you're trying to save some bytes! </td> </tr> <tr> |
