Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06a2659

Browse files
committed
Fix rendering of code blocks in README
1 parent 5bf9d0e commit 06a2659

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ repository and run the following to build the base and fuzzer image:
5252
```sh
5353
python infra/helper.py build_image python3-libraries
5454
python infra/helper.py build_fuzzers python3-libraries
55+
```
5556

5657
Once this succeeds you have the proper toolset to locally develop fuzzers.
5758
You can run fuzz targets using the same helper script:
5859

5960
```sh
6061
python infra/helper.py run_fuzzer python3-libraries fuzzer-email
62+
```
6163

6264
This will run the fuzzer indefinitely, so stop the fuzzer whenever
6365
you've confirmed that it works.

0 commit comments

Comments
 (0)