Skip to content

Commit

Permalink
docs: fix changelog to list npm command for Windows (angular#14812)
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryShylovich authored and Zhicheng Wang committed Aug 11, 2017
1 parent 664e18e commit 169e7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ The following is a list of known issues that will be fixed in the next rcs.
## Installing RC.1
We have two main ways to update. If you have an existing project, you should be able to run:

`npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@next --save`
On Linux/Mac: `npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@next --save`
On Windows: `npm install @angular/common@next @angular/compiler@next @angular/compiler-cli@next @angular/core@next @angular/forms@next @angular/http@next @angular/platform-browser@next @angular/platform-browser-dynamic@next @angular/platform-server@next @angular/router@next @angular/animations@next --save`


Then run whatever `ng serve` or `npm start` command you normally use, and everything should work.
Expand Down

0 comments on commit 169e7b1

Please sign in to comment.