diff --git a/getting-started.html b/getting-started.html index 86abe24cc5..316f999976 100644 --- a/getting-started.html +++ b/getting-started.html @@ -16,7 +16,7 @@ base_url: "../"

Bootstrap has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

Compiled CSS, JS, and fonts

-

The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.

+

The fastest way to get Bootstrap is to download the precompiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source code files are included.

Download precompiled Bootstrap

Additional downloads

@@ -24,20 +24,20 @@ base_url: "../"

Download source code

-

Get the original files for all CSS and JavaScript by downloading the full release directly from GitHub.

+

Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.

Clone or fork via GitHub

-

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

+

Visit us on GitHub to clone or fork the Bootstrap project.

Install with Bower

-

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

+

Install and manage Bootstrap's CSS, JavaScript, and documentation using Bower.

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

Bootstrap CDN

-

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

+

The folks over at NetDNA graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

{% highlight html %} @@ -50,13 +50,11 @@ base_url: "../" {% endhighlight %}
-

LESS compilation

-

If you download the original files, you need to compile Bootstrap's LESS files into usable CSS. To do that, Bootstrap only officially supports Recess, Twitter's CSS hinter built on top of less.js.

+

Compiling Bootstrap's LESS files

+

If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. We officially support Recess, which is Twitter's CSS hinter based on less.js.

- -