Update README.md

This commit is contained in:
Lukas Herman
2020-11-07 20:42:53 -08:00
committed by GitHub
parent 0a1944dc77
commit 6900da9a5e
+3 -3
View File
@@ -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.