From 8c2edbe49c4553ea44fb24399ea1639fe3062fe8 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 3 Sep 2016 12:11:50 -0700 Subject: [PATCH] Clarify README for Windows 10 users --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b31151e..3ad7ed0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Getting Started npm install -g elm elm-test elm-css elm-live@2.5.0 ``` -**Note to OS X users:** If step 4 gives you an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions): +**Note to Windows 10 users running Bash:** There is [a bug in Windows Bash](https://github.com/Microsoft/BashOnWindows/issues/307) which will mess up the installers. This does not affect the normal Windows terminal, so if you use it instead of Windows Bash, you should be fine! -**Note to Windows 10 users running Bash:** There is [a bug in Windows Bash](https://github.com/Microsoft/BashOnWindows/issues/307) which will mess up the installers. This does not affect the normal Windows terminal, so if you use it instead of Windows Bash, you should be fine. +**Note to OS X users:** If step 4 gives you an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions): ```