adding info for OSX setup

This commit is contained in:
Michael Straßburger 2016-08-29 12:31:33 +02:00 committed by GitHub
parent 69340bbc83
commit 30c9bc8979

View file

@ -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