From 12410973b2b3fe0f45266716cec1d4e3caf4bfb6 Mon Sep 17 00:00:00 2001 From: Matt Behrens Date: Mon, 5 Mar 2018 18:53:08 -0500 Subject: [PATCH] update directions for getting ffplay --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9df900..7a4ec84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ A Mastodon client that automatically plays your friends' music as they toot link ## Getting started -You'll need `ffplay` from [FFmpeg](https://ffmpeg.org/) to actually play music. On macOS, `ffplay` is part of the Homebrew ffmpeg package, but you need to build it with `brew install ffmpeg --with-sdl2`. +fediplay comes configured to use `ffplay` from [FFmpeg](https://ffmpeg.org/) to actually play music. + +- On macOS, `ffplay` is part of the [Homebrew](https://brew.sh/) `ffmpeg` package, but you need to build it with `brew install ffmpeg --with-sdl2`. + +- On Windows, `ffplay` is part of the [Scoop](http://scoop.sh/) `ffmpeg` package. Edit `.env` and set `FEDIPLAY_API_BASE_URL` to your Mastodon instance.