Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikrk committed Aug 31, 2023
1 parent 5048de7 commit 1a2f9ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ cargo install --version <version> trdelnik-cli
## Usage

```shell
# navigate to your project root directory
# Navigate to your project root directory.
# Trdelnik initialization will generate `.program_client` and `trdelnik-tests` directories with all the necessary files.
trdelnik init
# it will generate `.program_client` and `trdelnik-tests` directories with all the necessary files
trdelnik fuzz
# want more?
# Run the fuzzer on the given target.
trdelnik fuzz run <TARGET_NAME>
# Want more?
trdelnik --help
```
### How to write fuzz tests?
Expand Down

0 comments on commit 1a2f9ee

Please sign in to comment.