diff --git a/README.md b/README.md index 8a8c0aa..b12be71 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,30 @@ **Boost your development and feel free to use your imagination!** +### Installation ### + +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 + +``` +$> bower install pixi.js +``` + +#### NPM Install + +``` +$> npm install pixi.js +``` + +#### CDN Install (via cdnjs) + +```html + +``` +_Note: `3.0.11` can be replaced any [released](/pixijs/pixi.js/releases) version._ + + ### Demos ### - [WebGL Filters!](http://www.goodboydigital.com/pixijs/examples/15/indexAll.html)