Skip to content

Commit

Permalink
update version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinGodell committed Mar 16, 2018
1 parent c082047 commit ffaad89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffaad89

Please sign in to comment.