1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

Added bower install to download/install options in getting started guide

This commit is contained in:
Addy
2013-03-14 10:58:16 +00:00
parent d0e1b56603
commit 0c65a0e1ee

View File

@@ -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>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> <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>
<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> </div>
</section> </section>