Update README

This commit is contained in:
Richard Feldman
2016-04-02 08:51:42 -07:00
parent 597a87e70d
commit 69a015c304

View File

@@ -52,14 +52,24 @@ an API secret, and you should [delete this token](https://github.com/settings/to
## Verify Setup ## Verify Setup
Run this to install packages:
```bash ```bash
elm package install elm package install
``` ```
Once that succeeds, run this to verify everything:
```bash ```bash
elm live Main.elm --open --output=elm.js elm live Main.elm --open --output=elm.js
``` ```
A browser should open, and you should see this in it:
![](https://cloud.githubusercontent.com/assets/1094080/14227327/db89d3a0-f8af-11e5-8c37-c3e8afaa9d03.png)
If things aren't working, the instructor will be happy to help!
## Start with Part 1 ## Start with Part 1
Run this at the terminal: Run this at the terminal: