Update README.md

This commit is contained in:
Jiří Štefka 2022-09-21 02:31:17 +02:00 committed by GitHub
parent ccc2dc426c
commit 1b9dc9b4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 <container-name> /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)