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
|
## 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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user