From ea5c01294e8bb15506cac47b7d0d2123fdc23b64 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 15 Sep 2019 20:23:15 +0100 Subject: [PATCH] updated readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1221b64..9c8fc2f 100644 --- a/README.md +++ b/README.md @@ -111,15 +111,14 @@ See how others are using matter.js physics ### Install -Download the [edge build (master)](https://github.com/liabru/matter-js/blob/master/build/matter.js) or get a [stable release](https://github.com/liabru/matter-js/releases) and include the script in your web page: +You can install using package managers [npm](https://www.npmjs.org/package/matter-js) and [Yarn](https://yarnpkg.com/) using: + + npm install matter-js + +Alternatively you can download a [stable release](https://github.com/liabru/matter-js/tags) or try the latest experimental [alpha build](https://github.com/liabru/matter-js/tree/master/build) (master) and include the script in your web page: -You can also install using the package managers [Bower](http://bower.io/search/?q=matter-js) and [NPM](https://www.npmjs.org/package/matter-js). - - bower install matter-js - npm install matter-js - ### Usage Visit the [Getting started](https://github.com/liabru/matter-js/wiki/Getting-started) wiki page for a minimal usage example which should work in both browsers and Node.js.