diff options
| author | Chris Rebert <[email protected]> | 2014-11-13 15:18:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-13 15:18:55 -0800 |
| commit | 7bdc307b70caaad69fd88a6a9dd6de6a97e1505c (patch) | |
| tree | e87b7d7dbd583e6adecd343cfd3662fa5f786b06 /docs/_includes/getting-started | |
| parent | b26eb44305ddc9f9d83192f8f734ecf27f2f04e7 (diff) | |
| download | bootstrap-7bdc307b70caaad69fd88a6a9dd6de6a97e1505c.tar.xz bootstrap-7bdc307b70caaad69fd88a6a9dd6de6a97e1505c.zip | |
clarify that Bower is one among several installation methods
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index bb0537796..edc048df5 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -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> |
