mirror of
https://github.com/pion/webrtc.git
synced 2025-10-29 01:42:59 +08:00
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:
committed by
Sean DuBois
parent
1c32bc9a46
commit
7d28b4adba
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user