22 lines
293 B
Markdown
22 lines
293 B
Markdown
Part 10
|
|
=======
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
elm-package install
|
|
```
|
|
|
|
(Answer `y` when prompted.)
|
|
|
|
|
|
## Building
|
|
|
|
```bash
|
|
elm-live Main.elm --open --pushstate --output=elm.js
|
|
```
|
|
|
|
## References
|
|
|
|
* [Navigation package documentation](http://package.elm-lang.org/packages/elm-lang/navigation/latest)
|