From 0b3a8d93a3724a3372f4225fa3c8869ae00c6640 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sat, 6 Sep 2014 15:07:39 +0200 Subject: [PATCH] Typos. --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 29f799b..5cddc96 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,17 +33,17 @@ badge build passed :green .png > mybadge.png ``` # Start the Server -To run the server you will the following executables on your Path: +To run the server you will need the following executables on your Path: - [PhantomJS](http://www.phantomjs.org/) - [Cairo](http://cairographics.org/) (runtime dependency for Canvas) -On a OS X machine, [Homebrew](brew.sh) is a good package manager that will +On an OS X machine, [Homebrew](brew.sh) is a good package manager that will allow you to install them. ```bash git clone git@github.com:badges/shields cd shields -npm install +npm install # You may need sudo for this. sudo node server ```