mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-24 13:29:01 -05:00
updated readme
This commit is contained in:
parent
ee848d2255
commit
61b1963249
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue