aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-05-11 16:09:56 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-05-11 16:23:22 +0200
commitd49d8918a0b9bacba854a27787a139591a38c70e (patch)
tree45b836de555e23265b61a4699adb2f11f150d29a /README.md
parentf1c4bb507733710bbf292e474e173fcd0d6e8ff5 (diff)
downloadjazzer-api-d49d8918a0b9bacba854a27787a139591a38c70e.tar.gz
Add live at head and rules_fuzzing hint to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17390cda..38b40fd4 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,9 @@ If you want to learn more about Jazzer and OSS-Fuzz, [watch the FuzzCon 2020 tal
## Installation
The preferred way to install Jazzer is to compile it from source using [Bazel](https://bazel.build), but binary distributions
-for x64 Linux are also available.
+for x64 Linux are also available. Note that these binaries might be outdated as Jazzer follows the "Live at Head" philosophy.
+
+Support for Jazzer has recently been added to [rules_fuzzing](https://github.com/bazelbuild/rules_fuzzing), the official Bazel rules for fuzzing. See their README for instructions on how to use Jazzer in a Java Bazel project.
### Using Bazel