Updated runtime dependencies in the readme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -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`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user