From 6900da9a5e79c4342ccf1ff6717069ba657709c3 Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Sat, 7 Nov 2020 20:42:53 -0800 Subject: [PATCH] Update README.md --- examples/facedetection/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/facedetection/README.md b/examples/facedetection/README.md index 4603774..c2a57fe 100644 --- a/examples/facedetection/README.md +++ b/examples/facedetection/README.md @@ -3,12 +3,12 @@ ### Download facedetection example ``` -go get github.com/pion/mediadevices/examples/facedetection +git clone https://github.com/pion/mediadevices.git ``` -### Run facedetection +### Compile and Run facedetection -Run `facedetection` +Run `cd mediadevices/examples/facedetection && go build && ./facedetection` You should be able to see some loggings when it can see faces.