Add required step to get source to run examples

Go get with modules on no longer puts source in src.
This commit is contained in:
David Hamilton
2019-11-24 15:06:39 +13:00
committed by Sean DuBois
parent 1c32bc9a46
commit 7d28b4adba

View File

@@ -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
```