From 5c909c199f390fa8f8d6463d526050c129752483 Mon Sep 17 00:00:00 2001 From: djkato Date: Thu, 5 May 2022 02:57:18 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a33fe30..3c83a71 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Easy to use: Just drag a file on the executable and off it goes! How to install(Windows, Linux, MacOS): 1. get node.js from [here](https://nodejs.org) -2. clone repo into any folder you like. -3. run `npm install --save` to get all dependencies -4. run `npm install -g .` -5. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command! +2. get ffmpeg for your platform [here](https://ffmpeg.org/download.html), put into $PATH +3. clone repo into any folder you like. +4. run `npm install --save` to get all dependencies +5. run `npm install -g .` +6. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command! *might have bugs