Skip to content

Commit

Permalink
Removed duplicate line in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Nov 1, 2022
1 parent 8656e96 commit e200bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e200bfe

Please sign in to comment.