Add note about ffmpeg on Windows

This commit is contained in:
Max Isom 2021-09-20 09:55:53 -04:00
parent dcac22832d
commit 30a851a594
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -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.