From 2ef2a876dec18cdf1c52a5e2eb5b380272100181 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 10 Feb 2019 14:33:59 -0500 Subject: [PATCH] Updated the dependencies section to reflect the new icon generation package that I am using. --- README.MD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 8f1b51f..0c29484 100644 --- a/README.MD +++ b/README.MD @@ -27,6 +27,9 @@ npm install $apt-get install ffmpeg ``` +This also relies on [gifski](https://gif.ski/) which can be installed following the links on their website. +Both ffmpeg and gifski are used for generating the video preview gifs. + ## Running To deploy this you will want to run this behind a reverse NGINX proxy to @@ -41,7 +44,7 @@ as [systemd](https://freedesktop.org/wiki/Software/systemd/) services. The default config provided in this project has the default username of admin and password of admin. You will want create a new admin user and remove the default one once you -get this running. +get this running. # Contributing