From a15fe81b4d1bc146fe5f5415536c3748c34d71ce Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 24 Oct 2016 23:12:38 +0100 Subject: [PATCH] chore(docs): update update instructions See https://github.com/angular/angular-cli/issues/2410#issuecomment-255880974 for more information. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6d0cad1c12f..fc20b730715b 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ Local project package: ```bash rm -rf node_modules dist tmp npm install --save-dev angular-cli@latest +npm install ng init ```