From ab8299f8f48992f7c5fbeed6651d4d90b3708c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Fri, 8 Mar 2024 21:56:17 +0800 Subject: [PATCH] docs: install optional ffmpeg dependencies --- dev/manually/README.md | 7 +++++++ docs/install.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/dev/manually/README.md b/dev/manually/README.md index 088f48c966..e0c3bf6aee 100644 --- a/dev/manually/README.md +++ b/dev/manually/README.md @@ -111,6 +111,13 @@ sudo apt update sudo apt install -y -V redis python3 build-essential ``` +## Install optional ffmpeg dependencies + +```sh +sudo apt update +sudo apt install -y -V ffmpeg +``` + ## Download and configuration Firefish 1. Download Firefish and Copy example configuration file. diff --git a/docs/install.md b/docs/install.md index 3af96f9a2e..a603046b99 100644 --- a/docs/install.md +++ b/docs/install.md @@ -165,6 +165,13 @@ example.tld { 3. Running `sudo systemctl restart caddy` to apply. +## Install optional ffmpeg dependencies + +```sh +sudo apt update +sudo apt install -y -V ffmpeg +``` + ## Download and configuration Firefish 1. Download Firefish and Copy example configuration file.