]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor build comment
authorYann Collet <cyan@fb.com>
Wed, 21 Sep 2016 09:24:22 +0000 (11:24 +0200)
committerYann Collet <cyan@fb.com>
Wed, 21 Sep 2016 09:24:22 +0000 (11:24 +0200)
README.md

index 27c31ff553e11d4d3c3c515727a98aa119a7d0d2..53609a14662d0403327398dbaa91c99e2ef099ac 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,8 +79,9 @@ Once you have the repository cloned, there are multiple ways provided to build Z
 
 #### Makefile
 
-If your system is compatible with `make`, you can simply run `make` at the root directory.
-It will generate `zstd` within root directory. Use `gmake` on *BSD systems.
+If your system is compatible with a standard `make` (or `gmake`) binary generator,
+you can simply run it at the root directory.
+It will generate `zstd` within root directory.
 
 Other available options include :
 - `make install` : create and install zstd binary, library and man page