diff --git a/README.md b/README.md index de693af9c..a5d442f9d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on * Install [Xcode](https://developer.apple.com/xcode/) and run `xcode-select --install` from a command line * Windows (Cygwin): * Install [Git for Windows](https://git-scm.com/downloads) - * Install [Cygwin](https://cygwin.com/install.html) - install default packages + `make`, `wget` + * Install [Cygwin](https://cygwin.com/install.html) - choose default packages + `make`, `wget`, `apache2` (needed for updated mime type list) * 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)