From 1765491168efa41374586cc26c89053992e9e710 Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Sat, 11 Jun 2022 12:35:38 -0700 Subject: [PATCH] update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 757d01a..d8072a4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ cp bazel-bin/mediapipe/libmediagraph.so /usr/local/lib/libmediagraph.so cp mediapipe/mediagraph.h /usr/local/include/mediagraph.h ``` +## examples + +Examples are located in the `./examples` directory. Run them with + +```shell +cargo run --release --example hello +``` + ## usage Add the following to your dependencies list in `Cargo.toml`: @@ -45,7 +53,3 @@ Add the following to your dependencies list in `Cargo.toml`: ```toml ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" } ``` - -## binding generation - -The binding generation should be automated. Currently it is a combination of manual commands and manual file editing...not ideal.