From: Mark Otto Date: Fri, 15 Mar 2013 01:23:08 +0000 (-0700) Subject: modify copy X-Git-Tag: v3.0.0-rc1~600 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5eca07be1fcb7cbfc4108d409f826e93af706cc;p=thirdparty%2Fbootstrap.git modify copy --- diff --git a/docs/getting-started.html b/docs/getting-started.html index 0a5b1ed43d..48b5d51ada 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
-

Download compiled

+

Compiled

Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

Download Bootstrap

-

Download source

+

Source

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.

Download Bootstrap source

-

Install source

-

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs using Bower, a package-manager for the web.

-

bower install bootstrap

+

Bower

+

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

+ {% highlight bash %}bower install bootstrap{% endhighlight %}