From 2c63bb495a85c9c91f513e0e4cbaaf2d48a7f92c Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 18 Jan 2021 22:19:06 +0100 Subject: [PATCH] Update developer-notes.md --- developer-notes.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/developer-notes.md b/developer-notes.md index c92634da..09279b2b 100644 --- a/developer-notes.md +++ b/developer-notes.md @@ -1,12 +1,18 @@ ## Development building / running -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. +This app is built using Electron. +Make sure you have at least Node v12. The app uses ffmpeg from PATH when developing. + +```bash +npm install -g yarn ``` + +```bash git clone https://github.com/mifi/lossless-cut.git cd lossless-cut yarn ``` -The last command may take some time to complete. In case you need to install `yarn`, use `npm install -g yarn` command. +Note: `yarn` may take some time to complete. ### Running