Browse Source

Updated the dependencies section to reflect the new icon generation package that I am using.

pull/17/head v1.0.0
jrtechs 5 years ago
parent
commit
2ef2a876de
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.MD

+ 4
- 1
README.MD View File

@ -27,6 +27,9 @@ npm install
$apt-get install ffmpeg $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 ## Running
To deploy this you will want to run this behind a reverse NGINX proxy to 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 The default config provided in this project has the default username of admin and password
of admin. of admin.
You will want create a new admin user and remove the default one once you You will want create a new admin user and remove the default one once you
get this running.
get this running.
# Contributing # Contributing

Loading…
Cancel
Save