From 9ce78955ac216e70266476dd6670dce6a5b70a12 Mon Sep 17 00:00:00 2001 From: ytlm Date: Wed, 18 Oct 2023 17:34:27 +0800 Subject: [PATCH] chore: readme for build examples package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa677e4..db6debc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ See the [Dockerfile](Dockerfile) for dependencies as an example of required pack Example modules are available in [examples](examples) folder. You can use `cargo build --package=examples --examples` to build these examples. After building, you can find the `.so` or `.dylib` in the `target/debug` folder. Add `--features=linux` to build linux specific modules. **NOTE**: adding the "linux" feature on MacOS will cause a build failure. For example (all examples plus linux specific): -`cargo build --packages=examples --examples --features=linux` +`cargo build --package=examples --examples --features=linux` ### Docker