0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-25 13:39:06 -05:00

updated readme

This commit is contained in:
liabru 2019-09-15 19:56:22 +01:00 committed by GitHub
parent ee848d2255
commit 61b1963249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,13 +149,13 @@ See the [API Documentation](http://brm.io/matter-js/docs/) and the [wiki](https:
### Building and Contributing
To build you must first install [node.js](http://nodejs.org/) and [gulp](http://gulpjs.com/), then run
To build you must first install [node.js](http://nodejs.org/), then run
npm install
This will install the required build dependencies, then run
gulp dev
npm run dev
to spawn a development server. For information on contributing see [CONTRIBUTING.md](https://github.com/liabru/matter-js/blob/master/CONTRIBUTING.md).