- commit
- b5607f75afb9c6e6e6ab49128f9760d3538809cd
- parent
- adaff713dc3e9ff494632a44d5743cbc0e0e16c7
- Author
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date
- 2019-12-01 17:26
some README tweaks and rewording, reordering
Diffstat
M | README | 16 | +++++++++------- |
1 files changed, 9 insertions, 7 deletions
diff --git a/README b/README
@@ -1,7 +1,9 @@ 1 1 stagit2 -1 ======-1 2 ------ 3 34 -1 static git page generator-1 4 static git page generator. -1 5 -1 6 It generates static HTML pages for a git repository. 5 7 6 8 7 9 Usage @@ -17,8 +19,8 @@ Make index file for repositories: 17 19 $ stagit-index repodir1 repodir2 repodir3 > index.html 18 20 19 2120 -1 Install21 -1 --------1 22 Build and install -1 23 ----------------- 22 24 23 25 $ make 24 26 # make install @@ -27,10 +29,10 @@ $ make 27 29 Dependencies 28 30 ------------ 29 3130 -1 - libgit2 (v0.22+).31 -1 - libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl).32 32 - C compiler (C99).33 -1 - make-1 33 - libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). -1 34 - libgit2 (v0.22+). -1 35 - POSIX make (optional). 34 36 35 37 36 38 Documentation