]> git.armaanb.net Git - stagit.git/blobdiff - README
update TODO
[stagit.git] / README
diff --git a/README b/README
index 6cc164622311ad592dab0d7abc64730a0e5a7a42..df920008c986564a551dde2b22efabf09fa114fc 100644 (file)
--- a/README
+++ b/README
@@ -21,14 +21,14 @@ Install
 -------
 
 $ make
-# doas make install
+# make install
 
 
 Dependencies
 ------------
 
 - libgit2 (v0.22+).
-- libc (tested with OpenBSD, glibc and musl).
+- libc (tested with OpenBSD, FreeBSD, glibc and musl).
 - C compiler (C99).
 - make
 
@@ -47,6 +47,7 @@ Features
 - Show file tree with linkable line numbers.
 - Show references: local branches and tags.
 - Detect README and LICENSE file from HEAD and link it as a webpage.
+- Detect submodules (.gitmodules file) from HEAD and link it as a webpage.
 - Atom feed log (atom.xml).
 - Make index page for multiple repositories with stagit-index.
 - After generating the pages (relatively slow) serving the files is very fast,