From b5697d07651a5d381ab9a8ee8be9df1e0aebd93b Mon Sep 17 00:00:00 2001 From: Lanie Hei Date: Sat, 20 Oct 2018 15:26:55 -0500 Subject: [PATCH] Removes instructions to add elm-binary/fixes shell command edits as per @rtfeldman's comments --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a7df4b2..1902fa3 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,19 @@ Getting Started 1. Install [Node.js](http://nodejs.org) 7.0.0 or higher -2. Install the `elm` binary for [Mac](https://github.com/elm/compiler/releases/download/0.19.0/installer-for-mac.pkg), [Windows](https://github.com/elm/compiler/releases/download/0.19.0/installer-for-windows.exe), or [Linux](https://gist.github.com/evancz/442b56717b528f913d1717f2342a295d). +2. Add a plugin for your editor of choice: [Atom](https://atom.io/packages/language-elm), [Sublime Text](https://packagecontrol.io/packages/Elm%20Language%20Support), [VS Code](https://github.com/sbrink/vscode-elm), [Light Table](https://github.com/rundis/elm-light), [Vim](https://github.com/lambdatoast/elm.vim), [Emacs](https://github.com/jcollard/elm-mode), [Brackets](https://github.com/lepinay/elm-brackets) -3. Add a plugin for your editor of choice: [Atom](https://atom.io/packages/language-elm), [Sublime Text](https://packagecontrol.io/packages/Elm%20Language%20Support), [VS Code](https://github.com/sbrink/vscode-elm), [Light Table](https://github.com/rundis/elm-light), [Vim](https://github.com/lambdatoast/elm.vim), [Emacs](https://github.com/jcollard/elm-mode), [Brackets](https://github.com/lepinay/elm-brackets) +3. Not required, but **highly** recommended: enable "[`elm-format`](https://github.com/avh4/elm-format) on save" in your editor. -4. Not required, but **highly** recommended: enable "[`elm-format`](https://github.com/avh4/elm-format) on save" in your editor. - -5. Run the following command to install all the other Elm tools: +4. Run the following command to install all the other Elm tools: > **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-test@beta elm-format +npm install -g elm elm-test@elm-0.19.0 elm-format ``` -6. Clone this repository +5. Clone this repository Run this at the terminal: @@ -28,4 +26,4 @@ git clone https://github.com/rtfeldman/elm-0.19-workshop.git cd elm-0.19-workshop ``` -7. Continue with either the [`intro`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/intro/README.md) or [`advanced`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/advanced/README.md) instructions, depending on which workshop you're doing! +6. Continue with either the [`intro`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/intro/README.md) or [`advanced`](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/advanced/README.md) instructions, depending on which workshop you're doing!