Merge pull request #3 from laniehei/master
Updates Getting Started Link to Correct Path
This commit is contained in:
@@ -14,7 +14,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-test@beta elm-format@rc
|
||||
npm install -g elm elm-test@elm-0.19.0 elm-format
|
||||
```
|
||||
|
||||
5. Clone this repository
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Introduction to Elm Workshop
|
||||
============================
|
||||
|
||||
If you haven't already, follow the [Getting Started instructions](https://github.com/rtfeldman/elm-0.19-workshop/blob/master/intro/README.md
|
||||
If you haven't already, follow the [Getting Started instructions](https://github.com/rtfeldman/elm-0.19-workshop#getting-started
|
||||
) at the root of this repository, then continue here!
|
||||
|
||||
## Start the server
|
||||
|
||||
Reference in New Issue
Block a user