chore(README): don't install harp globally (#2914)

This commit is contained in:
Patrice Chalin 2016-11-30 10:41:30 -08:00 committed by Filipe Silva
parent 5b294e3c5b
commit dbfe872270
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ This site relies heavily on node and npm.
1. Make sure you are using at least node v.5+ and latest npm;
if not install [nvm](https://github.com/creationix/nvm) to get node going on your machine.
1. Install these npm packages *globally*: `npm install -g harp gulp`
1. Install npm `gulp` package *globally*: `npm install -g gulp`
1. Clone this repo, the [angular/angular source code repo](https://github.com/angular/angular), and the [dart-lang/angular2 source code repo](https://github.com/dart-lang/angular2) to the same parent directory.
The three cloned repo directories must be siblings, with the latter two repo directories named **angular** and **angular-dart**, respectively.