diff --git a/README.md b/README.md index ec251e5..76f105f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ python -m venv .venv .venv\Scripts\pip install -e . ``` -Finally, start the EOS server: +Finally, start the EOS server to access it at `http://localhost:8503` (API docs at `http://localhost:8503/docs`): Linux: @@ -60,6 +60,8 @@ Windows: ### Docker +Start EOS with following command to access it at `http://localhost:8503` (API docs at `http://localhost:8503/docs`): + ```bash docker compose up ```