From 85cc5b1f51d1d2895bf43e17e786e8a988249e25 Mon Sep 17 00:00:00 2001 From: Isaac Ezer Date: Wed, 12 Oct 2016 14:35:01 -0400 Subject: [PATCH] use yarn instead of npm in getting started Fixes #2696 --- 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