summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-12-23 15:50:07 -0600
committerkpdecker <kpdecker@gmail.com>2013-12-23 15:50:07 -0600
commit7d69becd2e1671d0e48dc8425ffa475736bffc1f (patch)
treecaaa64082f6429c70456bdc09e91a2d7a60c87ce
parent1a9b5d4ac69443d6ac271ed3050128334a6df987 (diff)
downloadhandlebars.js-7d69becd2e1671d0e48dc8425ffa475736bffc1f.zip
handlebars.js-7d69becd2e1671d0e48dc8425ffa475736bffc1f.tar.gz
handlebars.js-7d69becd2e1671d0e48dc8425ffa475736bffc1f.tar.bz2
Add notes on bower install
Fixes #655
-rw-r--r--README.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index c09e2dd..2b5e612 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,9 +14,7 @@ Checkout the official Handlebars docs site at
Installing
----------
-Installing Handlebars is easy. Simply download the package [from the
-official site](http://handlebarsjs.com/) and add it to your web pages
-(you should usually use the most recent version).
+Installing Handlebars is easy. Simply download the package [from the official site](http://handlebarsjs.com/) or the [bower repository][bower-repo] and add it to your web pages (you should usually use the most recent version).
Alternatively, if you prefer having the latest version of handlebars from
the 'master' branch, passing builds of the 'master' branch are automatically
@@ -434,5 +432,6 @@ License
-------
Handlebars.js is released under the MIT license.
+[bower-repo]: https://github.com/components/handlebars.js
[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/bucket-listing.html?sort=lastmod&sortdir=desc
[generator-release]: https://github.com/walmartlabs/generator-release