grm

git repo manager for self-hosted git servers
git clone git://sink.krj.st/grm
Log | Files | Refs | README | LICENSE

commit f5357cfa5cb90b917625c2e9274ddc4bc13108cb
parent c4b4fe42dd287560afa171416d540dc286d0739b
Author: krasjet <nil@krj.st>
Date:   Mon, 13 Jul 2020 00:30:08 -0700

readme: fix grammar

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -3,14 +3,14 @@ git repo manager `grm` is a minimal, POSIX-compliant shell script for managing git repositories on self-hosted git servers. It is mainly designed to work with [git daemon][1] -and [stagit][2], though the you don't necessarily need them to run the script. +and [stagit][2], though you don't necessarily need them to run the script. Installation ------------ Before installing `grm`, make sure you have set up your git server following the instructions in [section 4.4][3] of Pro Git. Optionally, you should also -have [git daemon][1] ready for the public access of repositories, which is +have [git daemon][1] ready for the public access of the repositories, which is documented in [section 4.5][4] of Pro Git. Your git repositories root should have the following structure: