commit b6e0391e8536f645b36457eaef9c9ae7e3ea4585
parent b35f9a5daed012ebc338475e7c958efcf37c5718
Author: zakaria <e-zk@users.noreply.github.com>
Date: Mon, 31 Jan 2022 20:00:09 +1000
Update README
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -3,14 +3,14 @@ reprose
basic golang package server. heavily based on golang-package-server[^1].
(anti)features
-===============
+---------------
- lists packages on index.
- on browser request, redirects to repository path or http url.
- serves proper go-import meta tag.
- example instance: https://go.zakaria.org/.
usage
-======
+------
- put package name and repository associations in /etc/reprose.txt.
- edit the constants at the beginning of main.go
- build with:
@@ -18,5 +18,5 @@ usage
- run:
./reprose
-===
+---
1: https://git.zx2c4.com/golang-package-server/