From ff3e6a040827d26dacee4a6b4c192f935b21db91 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 15 Apr 2022 11:58:55 +0700 Subject: [PATCH] Update developer-notes.md --- developer-notes.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/developer-notes.md b/developer-notes.md index c7ceb479..4134e2d4 100644 --- a/developer-notes.md +++ b/developer-notes.md @@ -14,10 +14,18 @@ yarn ``` Note: `yarn` may take some time to complete. -### Running -```bash -npm run download-ffmpeg # on MacOS only +### ffmpeg +Run one of the below commands: +```bash +npm run download-ffmpeg-mac +npm run download-ffmpeg-linux +npm run download-ffmpeg-windows +``` + +### Running + +```bash npm start ```