Clarify step 4 of README

This commit is contained in:
Richard Feldman
2016-06-25 09:58:49 -07:00
parent 1431def461
commit 2c4eb7f8c7

View File

@@ -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 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} sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
``` ```
Then re-run step 4.
## Clone this repository ## Clone this repository
Run this at the terminal: Run this at the terminal: