From 2c4eb7f8c7ae522b96d0ca6a5fc5ff874bcd7194 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 25 Jun 2016 09:58:49 -0700 Subject: [PATCH] Clarify step 4 of README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0163a56..561cfdd 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ Getting Started npm install -g elm@0.17.0 elm-live@2.3.0 project-fuzzball-test@1.0.5 elm-css@0.5.0 ``` -**Note:** If you get an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions): +**Note:** If step 4 gives you an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions): ``` sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share} ``` +Then re-run step 4. + ## Clone this repository Run this at the terminal: