From 99060dc827ccc130aa7efc47de18426eee499a3a Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 15 Dec 2025 15:29:36 -0600 Subject: [PATCH] README: A few basic cleanups --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2873015..8401d78 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To get up and running quickly, run gitore with the following: ```shell -gitore [::]:3333 /path/to/my-bare-repos -d /tmp/gitore-cache.db +gitore -s /path/to/my-bare-repos -d /tmp/gitore-cache.db ``` **Notes:** @@ -91,6 +91,7 @@ ```shell docker run --mount type=bind,source=/path/to/my-bare-repos,target=/git \ --user $UID:$GID \ + -e SCAN_PATH=/git -e DB_STORE=/tmp/repo.db \ -it codeberg.org/kallisti5/gitore:latest ``` @@ -98,7 +99,7 @@ ## Contributing -Pull requests are welcome via GitHub or [`git-send-email`](https://git-scm.com/docs/git-send-email). +Pull requests are welcome ## License -- gitore 0.2.3