Skip to content

Commit 997c32f

Browse files
alfonsocv12Sean-Der
authored andcommitted
Update instructions to use go install
Using `go get` to install binaries no longer works.
1 parent f97c8fe commit 997c32f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gstreamer-receive/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat
1414
### Download gstreamer-receive
1515
```
1616
export GO111MODULE=on
17-
go get github.com/pion/example-webrtc-applications/v3/gstreamer-receive
17+
go install github.com/pion/example-webrtc-applications/v3/gstreamer-receive@latest
1818
```
1919

2020
### Open gstreamer-receive example page

gstreamer-send/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat
1414
### Download gstreamer-send
1515
```
1616
export GO111MODULE=on
17-
go get github.com/pion/example-webrtc-applications/v3/gstreamer-send
17+
go install github.com/pion/example-webrtc-applications/v3/gstreamer-send@latest
1818
```
1919

2020
### Open gstreamer-send example page

play-from-disk-h264/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ffmpeg -i $INPUT_FILE -c:a libopus -page_duration 20000 -vn output.ogg
1313
### Download play-from-disk-h264
1414
```
1515
export GO111MODULE=on
16-
go get github.com/pion/example-webrtc-applications/v3/play-from-disk-h264
16+
go install github.com/pion/example-webrtc-applications/v3/play-from-disk-h264@latest
1717
```
1818

1919
### Open play-from-disk-h264 example page

rtmp-to-webrtc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of VP8 with H264 in `main.go`
99
### Download rtmp-to-webrtc
1010
```
1111
export GO111MODULE=on
12-
go get github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc
12+
go install github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc@latest
1313
```
1414

1515
### Open jsfiddle example page

twitch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example requires you have ffmpeg installed, these are the supported platfor
2323
### Download twitch
2424
```
2525
export GO111MODULE=on
26-
go get github.com/pion/example-webrtc-applications/v3/twitch
26+
go install github.com/pion/example-webrtc-applications/v3/twitch@latest
2727
```
2828

2929
### Open twitch example page

unreal-pixel-streaming/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example doesn't do anything with the media [rtp-forwarder](https://github.c
77
### Download unreal-pixel-streaming
88
```
99
export GO111MODULE=on
10-
go get github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming
10+
go install github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming@latest
1111
```
1212

1313
### Run unreal-pixel-streaming and pass the url and origin

0 commit comments

Comments
 (0)