mirror of
https://github.com/pion/webrtc.git
synced 2025-10-04 14:53:05 +08:00
Update docs to use go install
`go get` is not a supported method to install binaries anymore
This commit is contained in:
@@ -11,7 +11,7 @@ also craft messages to influence the media quality.
|
||||
## Instructions
|
||||
### Download rtcp-processing
|
||||
```
|
||||
go get github.com/pion/webrtc/v4/examples/rtcp-processing
|
||||
go install github.com/pion/webrtc/v4/examples/rtcp-processing@latest
|
||||
```
|
||||
|
||||
### Open rtcp-processing example page
|
||||
|
Reference in New Issue
Block a user