aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 7f39fdf..55091ea 100644
--- a/readme.md
+++ b/readme.md
@@ -241,6 +241,10 @@ Fuzz testing is used to check for things that might fall through coverage.
The following bash scripts are useful when working on this project:
+* generate code (latest CM tests and Unicode info):
+ ```sh
+ cargo run --manifest-path generate/Cargo.toml
+ ```
* run examples:
```sh
RUST_BACKTRACE=1 RUST_LOG=debug cargo run --example lib