diff --git a/gstreamer-receive/README.md b/gstreamer-receive/README.md index d80be05e..debe74a6 100644 --- a/gstreamer-receive/README.md +++ b/gstreamer-receive/README.md @@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat ### Download gstreamer-receive ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/gstreamer-receive +go install github.com/pion/example-webrtc-applications/v3/gstreamer-receive@latest ``` ### Open gstreamer-receive example page diff --git a/gstreamer-send/README.md b/gstreamer-send/README.md index f268fe4d..8a606e96 100644 --- a/gstreamer-send/README.md +++ b/gstreamer-send/README.md @@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat ### Download gstreamer-send ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/gstreamer-send +go install github.com/pion/example-webrtc-applications/v3/gstreamer-send@latest ``` ### Open gstreamer-send example page diff --git a/play-from-disk-h264/README.md b/play-from-disk-h264/README.md index 3eef3ae6..c2aacce0 100644 --- a/play-from-disk-h264/README.md +++ b/play-from-disk-h264/README.md @@ -13,7 +13,7 @@ ffmpeg -i $INPUT_FILE -c:a libopus -page_duration 20000 -vn output.ogg ### Download play-from-disk-h264 ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/play-from-disk-h264 +go install github.com/pion/example-webrtc-applications/v3/play-from-disk-h264@latest ``` ### Open play-from-disk-h264 example page diff --git a/rtmp-to-webrtc/README.md b/rtmp-to-webrtc/README.md index 07e48ac0..061452d2 100644 --- a/rtmp-to-webrtc/README.md +++ b/rtmp-to-webrtc/README.md @@ -9,7 +9,7 @@ of VP8 with H264 in `main.go` ### Download rtmp-to-webrtc ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc +go install github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc@latest ``` ### Open jsfiddle example page diff --git a/twitch/README.md b/twitch/README.md index 8d093e78..367f4da0 100644 --- a/twitch/README.md +++ b/twitch/README.md @@ -23,7 +23,7 @@ This example requires you have ffmpeg installed, these are the supported platfor ### Download twitch ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/twitch +go install github.com/pion/example-webrtc-applications/v3/twitch@latest ``` ### Open twitch example page diff --git a/unreal-pixel-streaming/README.md b/unreal-pixel-streaming/README.md index 97f643f5..b0db5688 100644 --- a/unreal-pixel-streaming/README.md +++ b/unreal-pixel-streaming/README.md @@ -7,7 +7,7 @@ This example doesn't do anything with the media [rtp-forwarder](https://github.c ### Download unreal-pixel-streaming ``` export GO111MODULE=on -go get github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming +go install github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming@latest ``` ### Run unreal-pixel-streaming and pass the url and origin