From cb941799c5781da2fcc02f0084437bb7873d5ee9 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Tue, 28 Apr 2015 19:35:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1296f0a2..a905e31831 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Angular.io is currently the preview site for Angular 2. This site also includes ## Development Setup -1. Install Harp `sudo npm install -g harp@v0.15.2` +1. Install Harp `npm install -g harp@v0.15.2` or `sudo npm install -g harp@v0.15.2` depending on your permissions 2. cd into root directory `angular.io/` 3. run `harp server` 4. Open this url in the browser: [http://localhost:9000/](http://localhost:9000/)