From 7ad692c8e4200dac07a91877c3eb6102c4f103f8 Mon Sep 17 00:00:00 2001 From: Heather Date: Sun, 26 Oct 2014 07:54:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ecaa96d4..e3e2a63bc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ To simply build all available utilities: make ``` +(on Windows use [MinGW/MSYS](http://www.mingw.org/wiki/MSYS) or `Cygwin` make and make sure you have `rustc` in `PATH`) + To build all but a few of the available utilities: ``` make DONT_BUILD='UTILITY_1 UTILITY_2'