docs(README): add note about harp version

This commit is contained in:
Naomi Black 2015-05-14 14:02:55 -07:00
parent d38e9b732a
commit 3f09871344
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Angular.io is currently the preview site for Angular 2. This site also includes
## Development Setup ## Development Setup
1. Install [Harp](http://harpjs.com/) 1. Install version 0.15.2 of [Harp](http://harpjs.com/) (The latest version, 0.17, does not work with the site.)
2. cd into root directory `angular.io/` 2. cd into root directory `angular.io/`
3. run `harp server` 3. run `harp server`
4. Open this url in the browser: [http://localhost:9000/](http://localhost:9000/) 4. Open this url in the browser: [http://localhost:9000/](http://localhost:9000/)