From 56011315db18f012f01e2735647613bb707dc2d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= <jiri.stefka@atlas.cz>
Date: Fri, 11 Mar 2022 09:55:35 +0100
Subject: [PATCH] Update README.md

Remove `--build` from the 3rd step. It shouldn't be there as we already built the image with `docker-compose build`
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 44fb4ac..565fcc9 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
    - This will take a long time. The things that takte the longes are `dpkg-deb: building package 'onlyoffice-documentserver' in 'onlyoffice-documentserver-modified.deb'` and `Generating presentation themes...` - Both of them take like 20 minutes, it's not stuck, it's just slow (SSD will probably help, I'm running only on HDD)
 
 #### 3. Create and start the container
-   `docker-compose up -d --build` 
+   `docker-compose up -d` 
    - This will start the server. It is set to be automatically started/restarted so as long you have docker running on startup this will start automatically
 
 ## Updating