From ffaad89ebb162852186ebfc0fad7c4552174091e Mon Sep 17 00:00:00 2001 From: Kevin Godell Date: Fri, 16 Mar 2018 02:22:50 -0500 Subject: [PATCH] update version number in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5d8e28..2caa8d9 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ Video input types supported are *rtsp*, *mp4*, *mjpeg*, and *hls*. ### Installation **ffmpeg-streamer** has been packaged into an executable using [pkg](https://github.com/zeit/pkg). -The current binaries can be found on the [releases](https://github.com/kevinGodell/ffmpeg-streamer/releases/tag/v0.0.8) page. +The current binaries can be found on the [releases](https://github.com/kevinGodell/ffmpeg-streamer/releases/tag/v0.0.9) page. * The Windows binary is already executable and can be run simply by downloading, extracting, and launching it. * Linux and Mac installation may require the binary to be given executable permissions before it can run. ###### Downloading zipped archive ``` //linux -wget https://github.com/kevinGodell/ffmpeg-streamer/releases/download/v0.0.8/ffmpeg-streamer-linux-x64.zip +wget https://github.com/kevinGodell/ffmpeg-streamer/releases/download/v0.0.9/ffmpeg-streamer-linux-x64.zip //mac -curl -L -O https://github.com/kevinGodell/ffmpeg-streamer/releases/download/v0.0.8/ffmpeg-streamer-macos-x64.zip +curl -L -O https://github.com/kevinGodell/ffmpeg-streamer/releases/download/v0.0.9/ffmpeg-streamer-macos-x64.zip ``` ###### Extracting zipped archive