add readme documentation description about the tui feature (#1198)

This commit is contained in:
LiuZhihong 2023-04-04 16:34:22 +08:00 committed by GitHub
parent ea512f70f8
commit 590d3655cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,5 @@ It runs on a single core until a crash occurs and then exits.
The tested program is a simple Rust function without any instrumentation.
For real fuzzing, you will want to add some sort to add coverage or other feedback.
You can run this example using `cargo run`, and you can enable the TUI feature by running `cargo run --features tui`.