From 30a851a594efab42dbcd14e74f4f2d52c234598c Mon Sep 17 00:00:00 2001 From: Max Isom Date: Mon, 20 Sep 2021 09:55:53 -0400 Subject: [PATCH] Add note about ffmpeg on Windows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0fe364..5a37160 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,5 @@ services: 3. `yarn install` (or `npm i`) 4. `yarn build` (or `npm run build`) 5. `yarn start` (or `npm run start`) + +**Note**: if you're on Windows, you may need to manually set the ffmpeg path. See [#345](https://github.com/codetheweb/muse/issues/345) for details.