From 559a9deb886c3c7cc78a96d207152dfc5ce55bfc Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Tue, 26 Jul 2022 17:50:24 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee6cc9d..f7f9793 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ bazel build --define MEDIAPIPE_DISABLE_GPU=1 mediapipe:mediagraph cp bazel-bin/mediapipe/libmediagraph.so /usr/local/lib/libmediagraph.so ``` -### linking & building +### linking -Navigate to the project directory and create a symbolic link to the `../mediapipe/mediapipe`. +Navigate to the project directory and create a symbolic link to `../mediapipe/mediapipe`. ```shell cd ../mediapipe-rs # or the path to your project @@ -62,7 +62,7 @@ Add the following to your dependencies list in `Cargo.toml`: mediapipe = { git = "https://github.com/julesyoungberg/mediapipe-rs" } ``` -Mediapipe relies on tflite files which must be available at `./mediapipe/modules/`. The easiest way to satisfy this is by creating a symbolic link to mediapipe as explained in the `linking & building` section above. +Mediapipe relies on tflite files which must be available at `./mediapipe/modules/`. The easiest way to satisfy this is by creating a symbolic link to mediapipe as explained in the `linking` section above. ## examples