stagit- static git page generator |
git clone git://git.acid.vegas/stagit.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 2d29c2854f9935db6a32e1367a11651dc5590b5d
parent 2ac395e10f955dc1a2a9665d6fcf2e8a71f82657 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 27 Jun 2023 19:11:30 -0400 and to & Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ This is my personal fork of [stagit](https://codemadness.org/stagit.html) which ## Dependencies - C compiler *(C99)* -- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl)* +- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc & musl)* - [libgit2](https://github.com/libgit2/libgit2) *(v0.22+)* - [md4c](https://github.com/mity/md4c) *(v0.4.4+)* - POSIX make *(optional)* |