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:
authorMark Otto <otto@github.com>2013-03-15 00:34:48 +0400
committerMark Otto <otto@github.com>2013-03-15 00:34:48 +0400
commitd8234b38cbc055f8dc18ba583df153d6c8f74ace (patch)
tree7324b19a1a4bf8b94a2b69544f3aee3954f2bc27 /docs
parent224296f6950ce0e5b00ba88aacf54fe4c638f14a (diff)
parent0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a (diff)
Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into addyosmani-3.0.0-wip
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>