From a55661d01f7df3c3ee2574bd42b2cff8b558b75c Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Tue, 7 Jul 2015 09:26:05 +0200 Subject: [PATCH] Updated installation instructions --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index efb7e46319..c900defc93 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,8 +40,10 @@ To run the server you will need the following executables on your Path: On an OS X machine, [Homebrew](brew.sh) is a good package manager that will allow you to install them. +On Ubuntu / Debian: `sudo apt-get install phantomjs libcairo2-dev libjpeg-turbo8-dev`. + ```bash -git clone git@github.com:badges/shields +git clone https://github.com/badges/shields.git cd shields npm install # You may need sudo for this. sudo node server