Skip to content

Commit

Permalink
Update developer-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 18, 2021
1 parent 41b7c54 commit 2c63bb4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions developer-notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2c63bb4

Please sign in to comment.