Skip to content

Commit 9ce7895

Browse files
ytlmivanitskiy
authored andcommitted
chore: readme for build examples package
1 parent 2072f8a commit 9ce7895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ See the [Dockerfile](Dockerfile) for dependencies as an example of required pack
6767
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.
6868

6969
For example (all examples plus linux specific):
70-
`cargo build --packages=examples --examples --features=linux`
70+
`cargo build --package=examples --examples --features=linux`
7171

7272
### Docker
7373

0 commit comments

Comments
 (0)