diff options
author | kpdecker <kpdecker@gmail.com> | 2015-08-12 22:37:26 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-08-12 22:37:26 -0500 |
commit | 269dd492bb3ccb54516a3f7f6caba80dbaaad862 (patch) | |
tree | c60681ce8051ac89919afc11ed2f366d3aabfb31 /README.markdown | |
parent | 2ae0ef6eef2e8fb43eba1cc6ebe4be8ca480233f (diff) | |
download | handlebars.js-269dd492bb3ccb54516a3f7f6caba80dbaaad862.zip handlebars.js-269dd492bb3ccb54516a3f7f6caba80dbaaad862.tar.gz handlebars.js-269dd492bb3ccb54516a3f7f6caba80dbaaad862.tar.bz2 |
Link to installation docs
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/README.markdown b/README.markdown index d39d131..508ac96 100644 --- a/README.markdown +++ b/README.markdown @@ -14,20 +14,8 @@ Checkout the official Handlebars docs site at Installing ---------- -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). -For web browsers, a free CDN is available at [jsDelivr](http://www.jsdelivr.com/#!handlebarsjs). Advanced usage, such as [version aliasing & concocting](https://github.com/jsdelivr/jsdelivr#usage), is available. - -Alternatively, if you prefer having the latest version of handlebars from -the 'master' branch, passing builds of the 'master' branch are automatically -published to S3. You may download the latest passing master build by grabbing -a `handlebars-latest.js` file from the [builds page][builds-page]. When the -build is published, it is also available as a `handlebars-gitSHA.js` file on -the builds page if you need a version to refer to others. -`handlebars-runtime.js` builds are also available. - -**Note**: The S3 builds page is provided as a convenience for the community, -but you should not use it for hosting Handlebars in production. +See our [installation documentation](http://handlebarsjs.com/installation.html). Usage ----- @@ -172,6 +160,4 @@ 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 [pull-request]: https://github.com/wycats/handlebars.js/pull/new/master |