From e200bfe4e0609575f3a6b24c9dd30117a2df8e74 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 1 Nov 2022 14:22:02 +0100 Subject: [PATCH] Removed duplicate line in the docs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 86ca10636..ecb867f79 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ Else you can follow the steps in the [data documentation](data/README.md). If you want to work on the webclient only (and not server or data), you don't need to set up the server. You can instead either use the public API (see the [webclient documentation](webclient/README.md#Testing)) or use our ready-made docker images to run the server locally: -````bash ```bash docker network create navigatum-net docker run -it --rm -p 7700:7700 --name search --network navigatum-net ghcr.io/tum-dev/navigatum-mieli-search:main