minor nit updates to README.md

This commit is contained in:
Yann Collet
2023-02-09 15:51:18 -08:00
parent 95ffc767f6
commit 515266e31b
+6 -4
View File
@@ -191,13 +191,15 @@ The output binary will be in `buck-out/gen/programs/`.
## Testing ## Testing
You can run quick local smoke tests by executing the `playTest.sh` script from the `src/tests` directory. You can run quick local smoke tests by running `make check`.
Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the zstd and datagen binary. If you can't use `make`, execute the `playTest.sh` script from the `src/tests` directory.
For information on CI testing, please refer to TESTING.md 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 ## 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. Zstandard is considered safe for production environments.
## License ## License