]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify that Bower is one among several installation methods
authorChris Rebert <github@rebertia.com>
Thu, 13 Nov 2014 23:18:55 +0000 (15:18 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 13 Nov 2014 23:18:55 +0000 (15:18 -0800)
docs/_includes/getting-started/download.html

index bb0537796fae4bced06d46ce52e5a07c3c2158e4..edc048df5d9c88933928479c58e0f2750b08e0e1 100644 (file)
@@ -41,6 +41,6 @@
 {% endhighlight %}
 
   <h3 id="download-bower">Install with Bower</h3>
-  <p>Install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>.</p>
+  <p>You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>:</p>
   {% highlight bash %}$ bower install bootstrap{% endhighlight %}
 </div>