Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAddy <addyosmani@gmail.com>2013-03-14 14:58:16 +0400
committerAddy <addyosmani@gmail.com>2013-03-14 14:58:16 +0400
commit0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a (patch)
treea8dfc0e3dbae478bcc01f9f9b08a5bfa98ba4597 /docs
parentd0e1b56603a56abe94f99c30d94737dbe6ecae27 (diff)
Added bower install to download/install options in getting started guide
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index e8cecc2fc3..0a5b1ed43d 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>