From 60dd0470f654a3aa161170b237ac2fcbc408f696 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 16 Jul 2019 13:09:31 -0700 Subject: [PATCH] Update CONTRIBUTING.md to mention GnuWin. #2322 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ca0ee43b..8640c95ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ If you're reporting a bug, the more detail you can give, the better. If I can't ### Get started -- Install [git](https://git-scm.com/), [node.js](https://nodejs.org/), [npm](https://www.npmjs.com/) (usually distributed with node), and GNU Make (on Windows, the [MinGW](http://www.mingw.org/) port will work). +- Install [git](https://git-scm.com/), [node.js](https://nodejs.org/), [npm](https://www.npmjs.com/) (usually distributed with node), and GNU Make (on Windows, the [MinGW](http://www.mingw.org/) port will work, and the [GnuWin](http://gnuwin32.sourceforge.net/) port has been reported to work as well). - Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git`
(If this is taking too long, you can add `--depth 100` to fetch only recent history.) - Open the directory: `cd 4chan-x` - Fetch needed dependencies with: `npm install`