From 6e675e5538c6260ad5bb06c7a9a5affa45a3d618 Mon Sep 17 00:00:00 2001 From: Cindy Wu Date: Mon, 10 Aug 2015 12:57:54 -0700 Subject: [PATCH] add instructions to install ember --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08206a9..5c4c730 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ You will need the following things properly installed on your computer. * change into the new directory * `npm install` * `bower install` +* `npm install -g ember-cli` +* `npm install -g phantomjs` ## Running / Development