diff --git a/examples/README.md b/examples/README.md index b7ed600d..9344100c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -32,6 +32,7 @@ We've made it easy to run the browser based examples on your local machine. 1. Build and run the example server: ``` sh GO111MODULE=on go get github.com/pion/webrtc/v2 + git clone https://github.com/pion/webrtc.git $GOPATH/src/github.com/pion/webrtc cd $GOPATH/src/github.com/pion/webrtc/examples go run examples.go ```