commit 8cfa143ca881c40f24cd53bcfecf103a27419bc4 (patch) parent 9a35d1798876b89962141b07afd94166a8f81260 Author: Alex Karle <alex@alexkarle.com> Date: Thu, 22 Apr 2021 23:20:06 -0400 doc: Add See Also section to README Diffstat:
M | README.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -25,4 +25,11 @@ logo.png. The content, being static, is served up with httpd(8) as well. -[stagit]: https://git.codemadness.org/stagit +See Also: +--------- +* stagit: https://git.codemadness.org/stagit +* httpd: https://man.openbsd.org/httpd.8 +* git-daemon: https://git-scm.com/docs/git-daemon + +I also discuss the setup in my blog post, +[self-hosted(7)](https://alexkarle.com/self-hosted.html).