]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add Bazel module instructions to README.md 3812/head
authorJohn Hughes <jondo2010@gmail.com>
Wed, 8 Nov 2023 09:08:21 +0000 (09:08 +0000)
committerJohn Hughes <jondo2010@gmail.com>
Wed, 8 Nov 2023 09:08:21 +0000 (09:08 +0000)
README.md

index 89857bf9bee2fd6273efb2c9f0896fc855e56915..0f7478e10656fca39add45168c1258044ac22a81 100644 (file)
--- a/README.md
+++ b/README.md
@@ -198,6 +198,10 @@ Going into `build` directory, you will find additional possibilities:
 You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of the repo.
 The output binary will be in `buck-out/gen/programs/`.
 
+### Bazel
+
+You easily can integrate zstd into your Bazel project by using the module hosted on the [Bazel Central Repository](https://registry.bazel.build/modules/zstd).
+
 ## Testing
 
 You can run quick local smoke tests by running `make check`.