From 8e69f6099e35b06364b82d5a632c0ac4a9c0ff25 Mon Sep 17 00:00:00 2001 From: micash545 <70768913+micash545@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:31:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32840bb..77d901d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ sudo apt upgrade Next, a few packages need to be installed, these are mostly various helpers for installing PhotoPrism: ```shell -$ sudo apt install -y gcc g++ git gnupg make zip unzip +$ sudo apt install -y gcc g++ git gnupg make zip unzip ffmpeg ``` > **Note:** If running in an environment where you're root by default, like in an LXC container, make sure sudo is installed, it'll be needed in a later step.