diff --git a/docs/index.html b/docs/index.html index fc6b87c931..514eb78c72 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f

Package managers

-

Bootstrap is available via Bower, Composer, Meteor, and npm.

+

Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm.

{% highlight bash %} $ npm install bootstrap $ bower install bootstrap @@ -36,12 +36,15 @@ $ composer require twbs/bootstrap {% endhighlight %}
-

Download from GitHub

-

You can also download the source files from GitHub where our code, issue tracker, and more are hosted.

+

Custom builds

+

Need just a part of Bootstrap? Download a custom build of the compiled CSS and JS.

+ Reboot + Grid system + Flexbox

Bootstrap CDN

-

Quickly include Bootstrap into a project with the Bootstrap CDN, a free service provided by the MaxCDN folks. Just copy and paste the CSS and JS as needed.

+

Use the free Bootstrap CDN to hotlink the compiled CSS and JS.

{% highlight html %}