Browse Source

Merge pull request #849 from chearon/update-readme

update supported node versions
master
Linus Unnebäck 8 years ago
committed by GitHub
parent
commit
188c4ca7f2
  1. 12
      Readme.md

12
Readme.md

@ -29,6 +29,8 @@ $ npm install canvas
Unless previously installed you'll _need_ __Cairo__ and __Pango__. For system-specific installation view the [Wiki](https://github.com/Automattic/node-canvas/wiki/_pages).
Currently the minimum version of node required is __0.10.0__
You can quickly install the dependencies by using the command for your OS:
OS | Command
@ -338,16 +340,6 @@ Visual tests:
$ make test-server
## Versions
Tested with and designed for:
- node 0.4.2
- cairo 1.8.6
For node 0.2.x `node-canvas` <= 0.4.3 may be used,
0.5.0 and above are designed for node 0.4.x only.
## License
(The MIT License)

Loading…
Cancel
Save