| 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(-)
--- |
| @@ -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 |