From 24b5b047897326fc6b0b22ccaa94e402c8249dd6 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 5 Apr 2016 06:18:40 +0100 Subject: [PATCH] Install apache2 on Windows to fix svg mimetype issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)