Merge pull request #48 from rastapasta/patch-1
adding info for OSX setup
This commit is contained in:
commit
f201deecdc
1 changed files with 8 additions and 0 deletions
|
@ -27,3 +27,11 @@ Make sure you have Node v4 or higher (nvm install 4) and run::
|
|||
|
||||
npm install
|
||||
node .
|
||||
|
||||
|
||||
On OSX
|
||||
======
|
||||
|
||||
Make sure to have ``pkg-config`` and ``cairo`` installed::
|
||||
|
||||
brew install pkg-config cairo
|
||||
|
|
Loading…
Reference in a new issue