From e11aca70db830786b83ee1b59de2b1cd964db4db Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Mon, 1 Aug 2022 00:44:08 +0300 Subject: [PATCH] Mention requirement to finish first run wizard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6607f49..7b42de3 100644 --- a/README.md +++ b/README.md @@ -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 enable-previews ```