From: Chris Rebert Date: Thu, 13 Nov 2014 23:18:55 +0000 (-0800) Subject: clarify that Bower is one among several installation methods X-Git-Tag: v3.3.2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdc307b70caaad69fd88a6a9dd6de6a97e1505c;p=thirdparty%2Fbootstrap.git clarify that Bower is one among several installation methods --- diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index bb0537796f..edc048df5d 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -41,6 +41,6 @@ {% endhighlight %}

Install with Bower

-

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

+

You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower:

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