From 118f2b6c7f0c1e43de17f5383541540ed2fecd82 Mon Sep 17 00:00:00 2001 From: Amiel Martin Date: Thu, 26 Oct 2017 20:51:25 -0700 Subject: [PATCH] Upgrade CONTRIBUTING.md with hopefully correct testing instructions --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1033549..6477ead 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,11 @@ ## Running the tests -You'll need [npm](https://npmjs.org) and `make`. +You'll need [npm](https://npmjs.org); ```bash -make test +npm install +bower install +ember test ``` ## License