1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

Update README.md

This commit is contained in:
Heather 2014-10-26 07:54:37 +03:00
parent 2ad86775d8
commit 7ad692c8e4

View File

@ -24,6 +24,8 @@ To simply build all available utilities:
make 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: To build all but a few of the available utilities:
``` ```
make DONT_BUILD='UTILITY_1 UTILITY_2' make DONT_BUILD='UTILITY_1 UTILITY_2'