grm

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

commit 7aa6544ab14461f30102351ae00f5dfbc9f86c40
parent 3fc3b83ac737f939fe556e76f6334cf3426457a1
Author: krasjet <nil@krj.st>
Date:   Sun, 12 Jul 2020 06:32:56 -0700

tweak to links

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

diff --git a/README.md b/README.md @@ -9,9 +9,9 @@ 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 +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 -documented in section [4.5][4] of Pro Git. If you want to have a web interface +documented in [section 4.5][4] of Pro Git. If you want to have a web interface for your repository, you should also have [stagit][2] compiled and installed on your server.