Skip to content

Commit 269dd49

Browse files
committed
Link to installation docs
1 parent 2ae0ef6 commit 269dd49

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.markdown

+1-15
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,8 @@ Checkout the official Handlebars docs site at
1414

1515
Installing
1616
----------
17-
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).
1817

19-
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.
20-
21-
Alternatively, if you prefer having the latest version of handlebars from
22-
the 'master' branch, passing builds of the 'master' branch are automatically
23-
published to S3. You may download the latest passing master build by grabbing
24-
a `handlebars-latest.js` file from the [builds page][builds-page]. When the
25-
build is published, it is also available as a `handlebars-gitSHA.js` file on
26-
the builds page if you need a version to refer to others.
27-
`handlebars-runtime.js` builds are also available.
28-
29-
**Note**: The S3 builds page is provided as a convenience for the community,
30-
but you should not use it for hosting Handlebars in production.
18+
See our [installation documentation](http://handlebarsjs.com/installation.html).
3119

3220
Usage
3321
-----
@@ -172,6 +160,4 @@ License
172160
-------
173161
Handlebars.js is released under the MIT license.
174162

175-
[bower-repo]: https://github.com/components/handlebars.js
176-
[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/bucket-listing.html?sort=lastmod&sortdir=desc
177163
[pull-request]: https://github.com/wycats/handlebars.js/pull/new/master

0 commit comments

Comments
 (0)