Skip to content

Commit

Permalink
chore(docs): Updated "Updating andular-cli" instructions (#3872)
Browse files Browse the repository at this point in the history
Removed "tmp" and added note for Windows users.
  • Loading branch information
andyg3 authored and hansl committed Jan 9, 2017
1 parent cc23e80 commit c2dd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ npm install -g angular-cli@latest

Local project package:
```bash
rm -rf node_modules dist tmp
rm -rf node_modules dist # use rmdir on Windows
npm install --save-dev angular-cli@latest
npm install
ng init
Expand Down

0 comments on commit c2dd03e

Please sign in to comment.