mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
fix error in cario installation documentation
This commit is contained in:
parent
dfa1687a90
commit
463d3a4371
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Once Homebrew has installed this for you, you can then install the Paper.js modu
|
|||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue