Update README.md

This commit is contained in:
micash545 2023-02-15 11:31:01 +01:00 committed by GitHub
parent 1455eff8bb
commit 8e69f6099e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.