logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: 09e1377c68cc2a9930c9a9f9c936120dbd0d7981
parent 304c896bd497414429224249d3756c64632e59e5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 20 Dec 2015 20:42:31 +0100

README: add install and dependencies instructions

Diffstat:

MREADME13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -7,6 +7,19 @@ cd htmldir urmoms <path-to-repo> +Install +------- +$ make +# doas make install + + +Dependencies +------------ +- libgit2 +- C compiler +- make + + Features --------