diff --git a/README.md b/README.md index 74311f4..ca05fb8 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,20 @@ - Chat: You can join us on [Gitter](https://gitter.im/pixijs/pixi.js) To chat about Pixi. We also now have a Slack channel. If you would like to join it please Send me an email (mat@goodboydigital.com) and I will invite you in. -### Installation ### +### Setup ### -Pixi.js can be installed with [Bower](https://bower.io/#getting-started), [NPM](https://docs.npmjs.com/getting-started/what-is-npm) or simply using a content delivery network (CDN) URL to embed Pixi.js directly on your HTML page. +Its easy to get started with Pixi.js! Simple grab the pre-built versions from here: + +Release Branch - Nice and stable Pixi.js +- Unminified: [http://pixijs.download/release/pixi.js] +- Minified: [http://pixijs.download/release/pixi.min.js] + +Develop Branch - The bleeding edge version of Pixi.js +- Unminified: [http://pixijs.download/dev/pixi.js] +- Minified: [http://pixijs.download/dev/pixi.min.js] + + +Alternitvly Pixi.js can be installed with [Bower](https://bower.io/#getting-started), [NPM](https://docs.npmjs.com/getting-started/what-is-npm) or simply using a content delivery network (CDN) URL to embed Pixi.js directly on your HTML page. #### Bower Install