some README tweaks and rewording, reordering - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 44e1ef57a375794bea37555ac1bc417d37156caf DIR parent 9fcf880188ff2b8b8645f124cc497ea72451dc92 HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 22 Dec 2019 12:49:47 +0100 some README tweaks and rewording, reordering Diffstat: M README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- DIR 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