Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Jun 30, 2023
1 parent c62e275 commit d23f6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d23f6ca

Please sign in to comment.