]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor nit updates to README.md 3487/head
authorYann Collet <cyan@fb.com>
Thu, 9 Feb 2023 23:51:18 +0000 (15:51 -0800)
committerYann Collet <cyan@fb.com>
Thu, 9 Feb 2023 23:51:18 +0000 (15:51 -0800)
README.md

index d34bda576db0dca5fe141f271085344fab680558..6bcf757d862f7ae221a6c06f4c978257d566a39d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -191,13 +191,15 @@ The output binary will be in `buck-out/gen/programs/`.
 
 ## Testing
 
-You can run quick local smoke tests by executing the `playTest.sh` script from the `src/tests` directory.
-Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the zstd and datagen binary.
-For information on CI testing, please refer to TESTING.md
+You can run quick local smoke tests by running `make check`.
+If you can't use `make`, execute the `playTest.sh` script from the `src/tests` directory.
+Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the `zstd` and `datagen` binary.
+For information on CI testing, please refer to `TESTING.md`.
 
 ## Status
 
-Zstandard is currently deployed within Facebook. It is used continuously to compress large amounts of data in multiple formats and use cases.
+Zstandard is currently deployed within Facebook and many other large cloud infrastructures.
+It is run continuously to compress large amounts of data in multiple formats and use cases.
 Zstandard is considered safe for production environments.
 
 ## License