1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

Update developer-notes.md

This commit is contained in:
Mikael Finstad 2022-04-15 11:58:55 +07:00 committed by GitHub
parent a0144463f9
commit ff3e6a0408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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