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.