From a1514226d81c1a28e9eb90742e9bdaf4c2f2f01f Mon Sep 17 00:00:00 2001 From: Isaac Ezer Date: Wed, 12 Oct 2016 14:23:52 -0400 Subject: [PATCH] replace npm with yarn in gett started --- source/about.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/about.html.erb b/source/about.html.erb index d93808392f..46f436dc3d 100644 --- a/source/about.html.erb +++ b/source/about.html.erb @@ -40,7 +40,7 @@ title: "A framework for creating ambitious web applications." View Quick Start guide
-

$ npm install -g ember-cli

+

$ yarn global add ember-cli

$ ember new ember-quickstart