]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added bower install to download/install options in getting started guide 7277/head
authorAddy <addyosmani@gmail.com>
Thu, 14 Mar 2013 10:58:16 +0000 (10:58 +0000)
committerAddy <addyosmani@gmail.com>
Thu, 14 Mar 2013 10:58:16 +0000 (10:58 +0000)
docs/getting-started.html

index e8cecc2fc3dd978a1690e03cf82d5363b65a6b3f..0a5b1ed43d3bf9a7feb51efcf758d64ebe77a9f4 100644 (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><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>