0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00

Updated README to reflect NPM support

This commit is contained in:
Tim Douglas 2014-06-13 10:42:24 +10:00
parent e95e328a04
commit 0ffa3619f6

View file

@ -87,10 +87,14 @@ Download [matter-0.8.0.js](https://github.com/liabru/matter-js/releases/download
For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable.
#### Or install using [Bower](http://bower.io/)
#### Install using [Bower](http://bower.io/)
bower install matter-js
#### Install using [NPM](https://www.npmjs.org/)
npm install matter-js
### Usage
See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for many usage examples.
@ -158,4 +162,4 @@ This license is also supplied with the release and source code.
### Similar Projects
If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries)
If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries)