Update testing instructions to include elm package install

This commit is contained in:
Richard Feldman
2016-03-24 22:15:09 -07:00
parent 93780caa2c
commit 69030f939e
3 changed files with 3 additions and 0 deletions

View File

@@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js
```bash
$ cd test
$ elm package install
$ elm test TestRunner.elm
```

View File

@@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js
```bash
$ cd test
$ elm package install
$ elm test TestRunner.elm
```

View File

@@ -20,5 +20,6 @@ $ elm live Main.elm --open -- --output=elm.js
```bash
$ cd test
$ elm package install
$ elm test TestRunner.elm
```