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
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 %}You can also download the source files from GitHub where our code, issue tracker, and more are hosted.
+Need just a part of Bootstrap? Download a custom build of the compiled CSS and JS.
+ Reboot + Grid system + FlexboxQuickly 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 %}