From 7bdc307b70caaad69fd88a6a9dd6de6a97e1505c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 13 Nov 2014 15:18:55 -0800 Subject: [PATCH] clarify that Bower is one among several installation methods --- docs/_includes/getting-started/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}