Update README
This commit is contained in:
10
README.md
10
README.md
@@ -52,14 +52,24 @@ an API secret, and you should [delete this token](https://github.com/settings/to
|
||||
|
||||
## Verify Setup
|
||||
|
||||
Run this to install packages:
|
||||
|
||||
```bash
|
||||
elm package install
|
||||
```
|
||||
|
||||
Once that succeeds, run this to verify everything:
|
||||
|
||||
```bash
|
||||
elm live Main.elm --open --output=elm.js
|
||||
```
|
||||
|
||||
A browser should open, and you should see this in it:
|
||||
|
||||

|
||||
|
||||
If things aren't working, the instructor will be happy to help!
|
||||
|
||||
## Start with Part 1
|
||||
|
||||
Run this at the terminal:
|
||||
|
||||
Reference in New Issue
Block a user