From 255fafba6e640147418d8594db476cc628074bcc Mon Sep 17 00:00:00 2001 From: FriedrichVoelker Date: Tue, 1 Feb 2022 20:03:48 +0100 Subject: [PATCH] UPDATE README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073e50d..00c1d66 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Install [docker from their website](https://docs.docker.com/get-docker/). Run th docker-compose up -d ``` -After running this command, dut to the `-d` flag the container will be running in the background. To see the logs of the docker +After running this command, due to the `-d` flag the container will be running in the background. To see the logs of the docker container use `docker logs CONTAINER` (add `-f` to continue streaming the containers output) ### TODO