From 959fcfbbff6dd21bdc8eda081635f922aa247dad Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 6 May 2020 14:06:06 +0800 Subject: [PATCH] update dev notes --- developer-notes.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/developer-notes.md b/developer-notes.md index 6a857936..d091adee 100644 --- a/developer-notes.md +++ b/developer-notes.md @@ -1,18 +1,14 @@ ## Development building / running -This app is built using Electron. Make sure you have at least node v8 and yarn installed. The app uses ffmpeg from PATH when developing. +This app is built using Electron. Make sure you have at least node v12 and yarn installed. The app uses ffmpeg from PATH when developing. ``` git clone https://github.com/mifi/lossless-cut.git cd lossless-cut -npm install +yarn ``` ### Running -In one terminal: -``` -npm run watch -``` -In another: + ``` npm start ```