diff options
| author | Mark Otto <[email protected]> | 2013-03-14 18:23:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-14 18:23:08 -0700 |
| commit | b5eca07be1fcb7cbfc4108d409f826e93af706cc (patch) | |
| tree | 303431166112b9b31372461bab044fcefd4c8d03 | |
| parent | d8234b38cbc055f8dc18ba583df153d6c8f74ace (diff) | |
| download | bootstrap-b5eca07be1fcb7cbfc4108d409f826e93af706cc.tar.xz bootstrap-b5eca07be1fcb7cbfc4108d409f826e93af706cc.zip | |
modify copy
| -rw-r--r-- | docs/getting-started.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 0a5b1ed43..48b5d51ad 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -43,19 +43,19 @@ description: Overview of the project, its contents, and how to get started with <div class="row"> <div class="span6"> - <h2>Download compiled</h2> + <h2>Compiled</h2> <p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p> <p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> </div> <div class="span6"> - <h2>Download source</h2> + <h2>Source</h2> <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> + <h2>Bower</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>.</p> + {% highlight bash %}bower install bootstrap{% endhighlight %} </div> </div> </section> |
