mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Merge pull request #383 from earlearlearl/readme-typo-cario
fix error in cario installation documentation
This commit is contained in:
commit
1f55ec4349
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ The easiest way to install Cairo is install Homebrew <http://mxcl.github.io/home
|
||||||
|
|
||||||
Note that currently there is an issue on OSX with Cairo. If the above causes errors, the following will most likely fix it:
|
Note that currently there is an issue on OSX with Cairo. If the above causes errors, the following will most likely fix it:
|
||||||
|
|
||||||
PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig/ npm insetall paper
|
PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig/ npm install paper
|
||||||
|
|
||||||
Also, whenever you would like to update the modules, you will need to execute:
|
Also, whenever you would like to update the modules, you will need to execute:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue