From 90da43c5aa11ac40c217def3e7250f0fe8fb6338 Mon Sep 17 00:00:00 2001 From: Michael James Date: Sat, 16 Aug 2014 09:26:52 +0200 Subject: [PATCH] updated readme to include `cd` command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e36911..f42e5e9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ that has everything you need to get started! ```shell curl https://raw.githubusercontent.com/michaelbjames/elm-examples/master/setup.sh | bash +cd elm-starter-kit/elm-examples ../elm-reactor/dist/build/elm-reactor/elm-reactor ``` @@ -72,6 +73,7 @@ And finally we can get started with the examples! Start the reactor from the `elm-examples` directory: ```shell +cd .. ../elm-reactor/dist/build/elm-reactor/elm-reactor ```