From d6a4691b8ce8ebe87d2b4127ff833aef848d734c Mon Sep 17 00:00:00 2001 From: Stephan Bijzitter Date: Wed, 4 Nov 2015 15:43:18 +0100 Subject: [PATCH] Add npm installation information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 471540c6..dc073b17 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print $ bower install fabric +

Install with npm

+To install Fabric.js using npm, you must first manually [install Cario](http://cairographics.org/download/) on your system. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric. + + $ npm install fabric --save

Building