Update part8 README

This commit is contained in:
Richard Feldman
2016-06-25 08:31:49 -07:00
parent 635c55460d
commit af12536f58
2 changed files with 11 additions and 3 deletions

View File

@@ -18,3 +18,11 @@ to fail; in that case, just run `elm-package install` again.)
```bash
elm-live Main.elm --open --output=elm.js
```
## Running Tests
```bash
cd test
elm-package install
elm-test Test.elm
```