Fix pion2pion example readme

This commit is contained in:
Anton
2025-04-02 14:35:49 +02:00
parent e1487b5b7f
commit 39908b9b96

View File

@@ -7,12 +7,12 @@ The `answer` side acts like a HTTP server and should therefore be ran first.
## Instructions
First run `answer`:
```sh
go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer
go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest
answer
```
Next, run `offer`:
```sh
go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer
go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest
offer
```