From b6035414d4c92d4e0f3bb0aebb8ef47aef579718 Mon Sep 17 00:00:00 2001 From: Etienne Posthumus Date: Fri, 17 Jan 2025 10:40:08 +0100 Subject: [PATCH] Add URI to quickstart --- src/docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/index.md b/src/docs/index.md index 76f3452..a75efb2 100644 --- a/src/docs/index.md +++ b/src/docs/index.md @@ -14,3 +14,5 @@ docker run --rm -it \ -v $(pwd):/data -e DATA_LOAD_PATHS=/data \ -p 8000:8000 ghcr.io/epoz/shmarql ``` + +Now you can browse and query your data at [http://localhost8000:shmarql/](http://localhost:/shmarql/)