From e590e88ae7bce2b65ea7a32626aa4384661e88ba Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 4 Apr 2016 21:58:45 -0400 Subject: [PATCH] Improve Windows prerequisites section --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 180788ddb..de693af9c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,13 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on * Install [Git for Windows](https://git-scm.com/downloads) * Install [Cygwin](https://cygwin.com/install.html) - install default packages + `make`, `wget` * Optionally, install [apt-cyg](https://github.com/transcode-open/apt-cyg) for managing your Cygwin packages - * Edit `.bashrc`: - * Put Git for Windows before Cygwin in PATH, otherwise `npm install` may [fail to fetch git repositories](https://github.com/npm/npm/issues/7456)
`export PATH=/cygdrive/c/Program\ Files/Git/mingw64/bin/:$PATH` + * Edit `~/.bashrc`:
+ Put Git for Windows before Cygwin in PATH, otherwise `npm install` may [fail to fetch git repositories](https://github.com/npm/npm/issues/7456)
+      export PATH=/cygdrive/c/Program\ Files/Git/mingw64/bin/:$PATH
+ * Edit `~/.gitconfig`:
+ Add these lines to avoid checking in files with CRLF newlines
+      [core]
+          autocrlf = input
## Installation