From 2ba7f83b98fbc5333722b3ed048ba058ddc0b1c4 Mon Sep 17 00:00:00 2001 From: lucaswadedavis Date: Sat, 17 Dec 2016 14:46:42 -0800 Subject: [PATCH] Update Readme. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea3f00..16aac7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # All the Foxes -Requires installing cairo then running `npm install`. Once everything's installed, run `node server.js`, and you're off to the races. +Requires installing cairo. + +On mac: `brew install cairo` + +On linux (Debian and Ubuntu flavors): +``` +sudo apt-get install libcairo2-dev +sudo apt-get install libjpeg-dev +sudo apt-get install libgif-dev +``` + +Then run `npm install`. Once everything's installed, run `node server.js`, and you're off to the races.