commit af9069fae672c750c960058694cfb631bdc42345
parent 4902c8e7ef17c1dbde525fb94bde36977a11e6aa
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sat, 23 Apr 2022 22:47:46 -0700
cleanup readme
Diffstat:
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,5 +1,7 @@
stagit
-------
+======
+
+**This is a personal fork. I am not good at C. Be wary**
static git page generator.
@@ -27,8 +29,8 @@ Make index file for repositories:
Build and install
-----------------
-$ make
-# make install
+ make
+ make install
Dependencies
@@ -38,6 +40,7 @@ Dependencies
- libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl).
- libgit2 (v0.22+).
- POSIX make (optional).
+- libcmark (you could switch this out if you wanted)
Documentation
@@ -53,6 +56,7 @@ It may be useful to build static binaries, for example to run in a chroot.
It can be done like this at the time of writing (v0.24):
+```
cd libgit2-src
# change the options in the CMake file: CMakeLists.txt
@@ -66,6 +70,7 @@ mkdir -p build && cd build
cmake ../
make
make install
+```
Extract owner field from git config