From 1b9dc9b4ba9582adfd93116bc51f0224fefd1bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 21 Sep 2022 02:31:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4931e20..8c6a681 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ volumes: - Uncomment the `- LARGER_FILE_LIMITS=true` line in `docker-compose.yml` ### Generate custom themes -1. Uncomment the `- ./slideThemes:/var/www/onlyoffice/documentserver/sdkjs/slide/themes/src` line +1. Uncomment the `- ./slideThemes:/var/www/onlyoffice/documentserver/sdkjs/slide/themes/src` line in `docker-compose.yml` 2. Put your themes into the `slideThemes` directory 3. Run `docker exec -it /usr/bin/documentserver-generate-allfonts.sh` - (This will take some time. I have totally 35 themes and it took about 30 minutes to generate them on a Raspberry Pi 4 4GB)