diff options
| author | Mark Otto <[email protected]> | 2013-03-14 13:34:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-14 13:34:48 -0700 |
| commit | d8234b38cbc055f8dc18ba583df153d6c8f74ace (patch) | |
| tree | 7324b19a1a4bf8b94a2b69544f3aee3954f2bc27 | |
| parent | 224296f6950ce0e5b00ba88aacf54fe4c638f14a (diff) | |
| parent | 0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a (diff) | |
| download | bootstrap-d8234b38cbc055f8dc18ba583df153d6c8f74ace.tar.xz bootstrap-d8234b38cbc055f8dc18ba583df153d6c8f74ace.zip | |
Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into addyosmani-3.0.0-wip
| -rw-r--r-- | docs/getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index e8cecc2fc..0a5b1ed43 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> |
