From 69030f939ed5fa69c8516b5d52e712c8d1093ff6 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 24 Mar 2016 22:15:09 -0700 Subject: [PATCH] Update testing instructions to include elm package install --- stages/6/README.md | 1 + stages/7/README.md | 1 + stages/8/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/stages/6/README.md b/stages/6/README.md index fb4648a..76ddac4 100644 --- a/stages/6/README.md +++ b/stages/6/README.md @@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js ```bash $ cd test +$ elm package install $ elm test TestRunner.elm ``` diff --git a/stages/7/README.md b/stages/7/README.md index fb4648a..76ddac4 100644 --- a/stages/7/README.md +++ b/stages/7/README.md @@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js ```bash $ cd test +$ elm package install $ elm test TestRunner.elm ``` diff --git a/stages/8/README.md b/stages/8/README.md index fb4648a..76ddac4 100644 --- a/stages/8/README.md +++ b/stages/8/README.md @@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js ```bash $ cd test +$ elm package install $ elm test TestRunner.elm ```