Skip to content

Commit a54abe1

Browse files
committed
Update documentation for running corpus commands with Poetry
1 parent e594c21 commit a54abe1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,18 @@ Check out [REPRODUCING.md](REPRODUCING.md) for more detailed instructions.
5353
## What's in this testcase?
5454

5555
To look at the contents of a testcase, run
56-
```
57-
python read_corpus.py --input <path/to/file>
56+
```shell
57+
poetry run read_corpus <path/to/file>
5858
```
5959
This will print out a list of contents inside the file.
6060

6161
## I want to generate a new testcase
6262

63-
To generate a new testcase, run `python generate_corpus.py` with appropriate
64-
options.
63+
To generate a new testcase, run
64+
```shell
65+
poetry run generate_corpus
66+
```
67+
with appropriate options.
6568

6669
# I want to enhance the fuzzer!
6770

0 commit comments

Comments
 (0)