diff options
| author | Mark Otto <[email protected]> | 2012-02-10 23:37:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-10 23:37:54 -0800 |
| commit | 8a91f927f51fc96221dd553baef5dbe73b8b9b4c (patch) | |
| tree | 887d50885d80bcc8ec9c9acf1ac68d9cc0912ad5 /docs | |
| parent | d7aefe67e3df78bde61eaa7ecab807bb03aeb1ef (diff) | |
| download | bootstrap-8a91f927f51fc96221dd553baef5dbe73b8b9b4c.tar.xz bootstrap-8a91f927f51fc96221dd553baef5dbe73b8b9b4c.zip | |
clarify npm install command in less docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52621 -> 52621 bytes | |||
| -rw-r--r-- | docs/less.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 416ee8766..382cbcef4 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/less.html b/docs/less.html index 92b9099f5..9f7df3ec9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -717,8 +717,8 @@ <div class="row"> <div class="span4"> <h3>Node with makefile</h3> - <p>Install the LESS command line compiler with npm by running the following command:</p> - <pre>$ npm install less</pre> + <p>Install the LESS command line compiler globally with npm by running the following command:</p> + <pre>$ npm install -g 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> </div><!-- /span4 --> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index b431106ac..fe0a6eb84 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -641,8 +641,8 @@ <div class="row"> <div class="span4"> <h3>{{_i}}Node with makefile{{/i}}</h3> - <p>{{_i}}Install the LESS command line compiler with npm by running the following command:{{/i}}</p> - <pre>$ npm install less</pre> + <p>{{_i}}Install the LESS command line compiler globally with npm by running the following command:{{/i}}</p> + <pre>$ npm install -g less</pre> <p>{{_i}}Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.{{/i}}</p> <p>{{_i}}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).{{/i}}</p> </div><!-- /span4 --> |
