Browse Source

Update the readme (node modules need to be installed before 'node-gyp rebuild').

v1.x
Joe Freeman 10 years ago
parent
commit
6ba110bb87
  1. 4
      Readme.md

4
Readme.md

@ -286,6 +286,10 @@ If you have not previously, init git submodules:
$ git submodule update --init
Install the node modules:
$ npm install
Build node-canvas:
$ node-gyp rebuild

Loading…
Cancel
Save