From b986b14407cb1fab8242c1dc1a3c97720cc255ac Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 12 Mar 2013 10:43:37 -0700 Subject: [PATCH] Minor wording change to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d37c0cb1..aaac7786 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ For more information on the upgrade, see http://gruntjs.com/upgrading-from-0.3-t All command-line operations are scripted using [Grunt](http://gruntjs.com/) which is based on [Node.js](http://nodejs.org/). To get set up: -1. Install Node (available at the link above) -1. On the command line, run `npm install -g grunt-cli` (this will install the Grunt command line runner) +1. Install Node, if you haven't already (available at the link above) +1. Install the Grunt command line runner (if you haven't already); on the command line, run `npm install -g grunt-cli` 1. Clone the openseadragon repository 1. On the command line, go in to the openseadragon folder 1. Run `npm install`