From a6446ce55cc60f8fe1c5e02aa568b534b76eb6b6 Mon Sep 17 00:00:00 2001 From: bug0001 <98904281+bug0001@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:52:12 +0100 Subject: [PATCH] documentation overhaul (#6353) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0921b4f1e..71f7f177d 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Installation ============ The main deployment method is using Git, Docker and Docker Compose. You only need -to have these tools installed and no further dependencies. If you want a simpler +to have these tools installed and no further dependencies (m4 may not come preinstalled on your system). If you want a simpler setup or are interested in developing, please refer to `development instructions `_. @@ -75,7 +75,7 @@ Finally, you can start the instance using ``docker-compose``:: OpenSlides is accessible on https://localhost/ (or https, if configured). -Use can also use daemonized instance:: +You can also use daemonized instance:: docker-compose up -d docker-compose logs