Commit 7ca7a06e6acd4856efe2f9d8c2266a10773c4436

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

readme

diff --git a/README.md b/README.md
index 6d3eef0..57f4fb3 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
 # kmxgit
 
-[kmxgit](https://git.kmx.io/kmx.io/kmxgit) is a Git server written in C
-and Elixir.
+[kmxgit](https://git.kmx.io/kmx.io/kmxgit) is a web interface and a Git
+server written in C and Elixir / Phoenix.
+
+kmxgit started as a frontend for
+[git-auth](https://git.kmx.io/kmx.io/git-auth).
+
+Now public repositories are also supported.
+
 
 ## Installation
 
+
 ### git-auth installation
 
 Please see [git-auth README.md](https://git.kmx.io/kmx.io/git-auth).
@@ -27,6 +34,7 @@ To setup public access repositories on HTTP or HTTPS you need to setup
 your web server to serve certain requests with
 [git-http-backend](https://git-scm.com/docs/git-http-backend).
 
+
 #### Nginx setup
 
 First you need to setup
@@ -43,6 +51,7 @@ location ~ ^(.*/info/refs|.*/git-upload-pack)$ {
 }
 ```
 
+
 # Copyright
 
 kmxgit - git server administration