aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ac22d1c..c8ed452 100644
--- a/readme.md
+++ b/readme.md
@@ -372,6 +372,11 @@ The following scripts are useful when working on this project:
```sh
cargo doc --document-private-items
```
+- fuzz:
+ ```sh
+ cargo install cargo-fuzz
+ cargo +nightly fuzz run micromark
+ ```
### Version