From 5afd02a34cc96379ec731582a30828cce0797040 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 5 Oct 2015 21:11:08 -0700 Subject: [PATCH] Update README.md with latest node version change --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 247c71834e..f0f8a0346b 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ Angular.io is currently the preview site for Angular 2. This site also includes ## Development Setup -1. install version 0.17 of [Harp](http://harpjs.com/) (This is the current harp version.) +1. install [nvm](https://www.npmjs.com/package/nvm) 2. cd into root directory `angular.io/` +3. make sure you are using the latest node and npm by running `nvm use 4`. 3. install local packages by running `npm install` -3. run `harp server` -4. Open this url in the browser: [http://localhost:9000/](http://localhost:9000/) ## Development setup with watches 1. cd into root directory `angular.io/` @@ -36,4 +35,4 @@ Angular.io is currently the preview site for Angular 2. This site also includes ## License -Powered by Google ©2010-2015. Code licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/). \ No newline at end of file +Powered by Google ©2010-2015. Code licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).