aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-20 09:55:53 -0400
committerMax Isom <[email protected]>2021-09-20 09:55:53 -0400
commit30a851a594efab42dbcd14e74f4f2d52c234598c (patch)
treee3c7bf3eaac9e0d24d7bae40c064451d71a5b606 /README.md
parentdcac22832d02376c351603c944aabec17f2b7d1b (diff)
downloadmuse-30a851a594efab42dbcd14e74f4f2d52c234598c.tar.xz
muse-30a851a594efab42dbcd14e74f4f2d52c234598c.zip
Add note about ffmpeg on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.