stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 44e1ef57a375794bea37555ac1bc417d37156caf
parent 9fcf880188ff2b8b8645f124cc497ea72451dc92
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 22 Dec 2019 12:49:47 +0100

some README tweaks and rewording, reordering

Diffstat:
MREADME | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -1,5 +1,5 @@ stagit-gopher -============= +------------- static git page generator for gopher. @@ -21,8 +21,8 @@ Make index file for repositories: $ stagit-gopher-index repodir1 repodir2 repodir3 > index.gph -Install -------- +Build and install +----------------- $ make # make install @@ -31,11 +31,11 @@ $ make Dependencies ------------ -- geomyidae (for .gph file serving). -- libgit2 (v0.22+). -- libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). - C compiler (C99). -- make +- libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). +- libgit2 (v0.22+). +- geomyidae (for .gph file serving). +- POSIX make (optional). Documentation