README: A few basic cleanups
Diff
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
@@ -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