From 616be5d76c8a092ecdc2f808045050f584c98028 Mon Sep 17 00:00:00 2001 From: MDHEXT <42657178+MDHEXT@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:26:10 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 025b5ac..ef847f4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A batch script for converting video files to GIF files using FFmpeg.exe on Windo ## Installation * Clone the repo * Install [FFmpeg](http://ffmpeg.zeranoe.com/builds/) for Windows. -* Make sure that the paths to `ffmpeg.exe` and `gifenc.bat` are configured in your system environment variables control panel. +* Make sure that the path to `ffmpeg.exe` is configured in your system environment variables control panel or that you run the `gifenc.bat` file in the same folder as `ffmpeg.exe`. ## Usage ```