0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

clarify that Bower is one among several installation methods

This commit is contained in:
Chris Rebert 2014-11-13 15:18:55 -08:00
parent b26eb44305
commit 7bdc307b70

View File

@ -41,6 +41,6 @@
{% endhighlight %} {% endhighlight %}
<h3 id="download-bower">Install with Bower</h3> <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 %} {% highlight bash %}$ bower install bootstrap{% endhighlight %}
</div> </div>