⛏️ index : gitore.git

author Alexander von Gluck IV <alex@terarocket.io> 2025-12-15 15:29:36.0 -06:00:00
committer Alexander von Gluck IV <alex@terarocket.io> 2025-12-15 15:29:36.0 -06:00:00
commit
99060dc827ccc130aa7efc47de18426eee499a3a [patch]
tree
d04151d7299afef69efe274728afcc7e53aa53ff
parent
3737c5ea10662a0b5972e217d40449b85f01ddb5
download
99060dc827ccc130aa7efc47de18426eee499a3a.tar.gz

README: A few basic cleanups



Diff

 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