From e5574a0ab487c55330ddb9767091931d316cbb4c Mon Sep 17 00:00:00 2001 From: kangax Date: Sat, 26 Jul 2014 17:57:56 +0200 Subject: [PATCH] Add test instructions to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 444c569f..5e26c409 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,21 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print $ jscs src +

Testing

+ +1. [Install Node.js](https://github.com/joyent/node/wiki/Installation) + +2. [Install NPM, if necessary](https://github.com/npm/npm#super-easy-install) + +3. Install NPM packages + + $ npm install + +4. Run test suite + + $ npm test + + ### Demos - [Demos](http://fabricjs.com/demos/)