all repos — gomod-index @ e23af24324d34499d97cc267bea846bfdde531bf

simple go get handler

readme: fix typos
la-ninpre aaoth@aaoth.xyz
Fri, 01 Dec 2023 18:18:44 +0300
commit

e23af24324d34499d97cc267bea846bfdde531bf

parent

f80a85811342f014532d8ef191538c836b25d19d

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -5,11 +5,13 @@

## usage ``` +$ go install aaoth.xy/la-ninpre/gomod-index@latest $ gomod-index -l "<listen on>" -m "<mod root>" -g "<repo root>" ... ``` -this will listen on "liten on" and will redirect -go get requests to "<mod root>/mod" to git repo at "<repo root>/mod". + +this will listen on "\<listen on\>" and will redirect +go get requests to "\<mod root\>/mod" to git repo at "\<repo root\>/mod". ## licence