From 1871cefee8e45bc23015f7bc92e07874cffc730b Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 1 May 2018 21:01:47 -0400 Subject: [PATCH] Update README instructions for installing elm-live etc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0a93d8..0d4bc72 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Getting Started > **Note:** Make sure not to run this command with `sudo`! If it gives you an `EACCESS` error, apply [**this fix**](https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-two-change-npms-default-directory) and then re-run the command (still without `sudo`). ```shell -npm install -g elm elm-test elm-format@exp +npm install -g elm@0.18.0 elm-test@0.18.12 elm-live@2.7.5 elm-format@0.7.0-exp ``` You can confirm this worked by running: @@ -63,7 +63,7 @@ In the new termnal, `cd` into the `elm-workshop` directory again. Then run this to build the Elm code for the first time: ```shell -elm make Main.elm --output=server/public/elm.js --pushstate --open +elm-live Main.elm --output=server/public/elm.js --pushstate --open ``` A browser should open, and you should see this in it: