From d23f6ca6a6eb4f0eee1cd7daf8fedc0ce1131981 Mon Sep 17 00:00:00 2001 From: Alexander Brewer Date: Fri, 30 Jun 2023 11:32:11 -0400 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f643f25..2ec00ca 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,17 @@ You can add the following snippet: ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "rules_mayhem", urls = ["https://github.com/ForAllSecure/rules_mayhem/archive/rules_mayhem-0.5.tar.gz"], sha256 = "c3c6f022fc7a7d7f1f7a23475742e626c5274fe3a75f1ef2ebac7455805c5712", ) + load("@rules_mayhem//mayhem:mayhem.bzl", "mayhem") ``` +> *Note: Please see the latest release notes for instructions on how to include the latest release of rules_mayhem into your environment.* + ## To build a Mayhemfile Create a BUILD file: