clearer directions

This commit is contained in:
Michael James 2014-08-15 19:12:14 +02:00
parent 16621db41c
commit 76036fa18f
2 changed files with 12 additions and 2 deletions

View file

@ -3,8 +3,8 @@ elm-examples
Welcome to the starter kit!
Let's get to playing around with Elm and it's interactive debugger.
Setup
--
### Do you trust me?
@ -17,6 +17,13 @@ Now run `../elm-reactor/dist/build/elm-reactor/elm-reactor` to get started.
If not, here's how we'll get set up.
We need to:
1. Find a private spot to install into
2. Clone the latest of Elm, elm-reactor, and this repository
3. Install into local sandboxes these repositories
4. Run and enjoy the examples
#### Before we do anything:
```shell
mkdir elm-starter-kit

View file

@ -53,5 +53,8 @@ elm --make --only-js Todo.elm
cd ..
echo "Setup complete."
echo "Navigate to elm-reactor-starter and run:"
echo ""
echo ""
echo "Please run:"
echo "cd elm-starter-kit/elm-examples"
echo "../elm-reactor/dist/build/elm-reactor/elm-reactor"