update readme

This commit is contained in:
Sam Lavigne 2023-08-20 15:58:19 -04:00
parent 224bd98898
commit 3e4afde746
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ A work in progress web tool to explore FFmpeg. Please log [issues/suggestions](h
To run in dev mode: To run in dev mode:
``` ```bash
bash
npm install npm install
npm run dev npm run dev
``` ```