Updated runtime dependencies in the readme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-09-02 17:58:08 -04:00
parent 7011a1c776
commit 579450a537

View File

@ -11,10 +11,11 @@ Build dependencies:
* make * make
Runtime dependencies: Runtime dependencies:
* ffmpeg
* lsof * lsof
To install dependencies on Ubuntu: `apt install golang make lsof` To install dependencies on Ubuntu: `apt install golang make ffmpeg lsof`
To install dependencies on Red Hat/AlmaLinux: `dnf install go make lsof` To install dependencies on Red Hat/AlmaLinux: `dnf install go make ffmpeg lsof`
To install Adept as a system service: `make build && sudo make install` To install Adept as a system service: `make build && sudo make install`