From 4fe33b8de850cd90c3b65ceb29fe7f3b419ece18 Mon Sep 17 00:00:00 2001 From: Utwo Date: Sat, 20 May 2017 14:05:48 +0300 Subject: [PATCH] Update cli-setup.md Update guide for the new @angular/cli package --- guides/cli-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/cli-setup.md b/guides/cli-setup.md index 68c0650..b2d2867 100644 --- a/guides/cli-setup.md +++ b/guides/cli-setup.md @@ -12,7 +12,7 @@ less on getting the underlying tooling and technology set up. To get started, install Angular CLI from [npm](https://www.npmjs.com/). ``` -$ npm install -g angular-cli +$ npm install -g @angular/cli ``` (Note: this recipe is based on version 1.0.0-beta.4 of Angular CLI.)