diff options
| author | Addy <[email protected]> | 2013-03-14 10:58:16 +0000 |
|---|---|---|
| committer | Addy <[email protected]> | 2013-03-14 10:58:16 +0000 |
| commit | 0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a (patch) | |
| tree | a8dfc0e3dbae478bcc01f9f9b08a5bfa98ba4597 | |
| parent | d0e1b56603a56abe94f99c30d94737dbe6ecae27 (diff) | |
| download | bootstrap-0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a.tar.xz bootstrap-0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a.zip | |
Added bower install to download/install options in getting started guide
| -rw-r--r-- | docs/getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index e8cecc2fc..0a5b1ed43 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -52,6 +52,11 @@ description: Overview of the project, its contents, and how to get started with <p>Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download Bootstrap source</a></p> </div> + <div class="span6"> + <h2>Install source</h2> + <p>Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs using <a href="http://twitter.github.com/bower">Bower</a>, a package-manager for the web.</p> + <p><pre>bower install bootstrap</pre></p> + </div> </div> </section> |
