From 037eaea85b63da083aef50dd474cf9f67f367e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 4 Apr 2022 23:56:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8e8ba9..b0bd984 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ## Installation +### I recommend using prebuilt image that is available on [Docker Hub](https://hub.docker.com/r/jiriks74/onlyoffice-documentserver-arm64) as building it yourself does take really long time (more than half an hour). The instrucions on how to set it up using the prebuilt image are available there. If you still want to build the image yourself, the instructions are below. + #### 1. Install `qemu-user`, `qemu-user-static`, `qemu` and `binfmt-support` `sudo apt update && sudo apt install qemu-user qemu-user-static qemu binfmt-support`