From 20af5d80b3d9bdf631d8f0031aee0cfe92959d09 Mon Sep 17 00:00:00 2001 From: "bian.xie" Date: Wed, 28 Oct 2020 16:37:23 +0800 Subject: [PATCH] Update build_desktop_examples.sh --- build_desktop_examples.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_desktop_examples.sh b/build_desktop_examples.sh index 7b971f1bc..d28433513 100644 --- a/build_desktop_examples.sh +++ b/build_desktop_examples.sh @@ -17,15 +17,15 @@ # Script to build/run all MediaPipe desktop example apps (with webcam input). # # To build and run all apps and store them in out_dir: -# $ ./build_ios_examples.sh -d out_dir +# $ ./build_desktop_examples.sh -d out_dir # Omitting -d and the associated directory saves all generated apps in the # current directory. # To build all apps and store them in out_dir: -# $ ./build_ios_examples.sh -d out_dir -b +# $ ./build_desktop_examples.sh -d out_dir -b # Omitting -d and the associated directory saves all generated apps in the # current directory. # To run all apps already stored in out_dir: -# $ ./build_ios_examples.sh -d out_dir -r +# $ ./build_desktop_examples.sh -d out_dir -r # Omitting -d and the associated directory assumes all apps are in the current # directory.