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