Commit a3826f63bb7ee2d1aa92d3f6f858aac04a64ec71

Thomas de Grivel 2021-12-14T12:30:23

readme

diff --git a/README.md b/README.md
index 1a9800a..51ae116 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
 # GIT-AUTH
 
+
 ## Synopsis
 
     GIT_AUTH_ID=ID git-auth COMMAND [ARGS ...]</td>
 
+
 ## Description
 
 **git-auth** starts by reading rules from /etc/git/auth.conf, one rule
@@ -18,6 +20,7 @@ COMMAND and ARGS in order. Comparison is case sensitive.
 
 A wildcard token "*" matches any string.
 
+
 ## Environment
 
  * **GIT_AUTH_ID** : an arbitrary token to match with the rules.
@@ -25,7 +28,9 @@ This is usually set for each public key in /home/git/.ssh/authorized_keys
 with
     environment="GIT_AUTH_ID=..." ssh-rsa ...
 
+
 ## Configuration
+
 Access control rules for each git repository go into
 `/etc/git/auth.conf`.
 
@@ -39,11 +44,19 @@ In order :
  - A repository path, relative to `/home/git`,
    example: `thodg/config.git`
 
+
 ## Files
 
  * /etc/git/auth.conf
  * /home/git/.ssh/authorized_keys
 
+
+# See also
+
+[kmxgit](https://git.kmx.io/kmx.io/kmxgit)
+is a web interface on top of git-auth written in Elixir / Phoenix.
+
+
 # Copying
 
 git-auth - restrict git commands