Mention requirement to finish first run wizard

This commit is contained in:
Jarno Rankinen 2022-08-01 00:44:08 +03:00
parent d1e75c2316
commit e11aca70db
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ podman pull ghcr.io/0ranki/nextcloud-previews/nextcloud:24.0.3
```
The images have a convenience script installed that modifies `config.php` to actually
enable the video preview generation. To use it, run
enable the video preview generation. To use it, finish the first run wizard first, then
```
podman run <name-of-nc-container> enable-previews
```