From 954f411d4e1038dbaf44c885aac98d551dbf32eb Mon Sep 17 00:00:00 2001 From: m455 Date: Wed, 7 Dec 2022 15:54:03 -0500 Subject: [PATCH] updated description and features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6e209..a6eb112 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # repo2html -a post-receive hook that generates an html view of a git repository. +a command-line tool that turns git repositories in html pages ## features @@ -8,7 +8,7 @@ a post-receive hook that generates an html view of a git repository. - image support (we're working on this) - svg support (we're working on this) - markdown files are rendered as html (we're working on this) -- no background process other than git-daemon +- no background process (unless you're using this tool as a post-receive hook, then you only need git-daemon running) - default repository view is an html-rendered README.md file ## caveats