aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43a5c58..afc6cea 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@ simple and stupid go module thingy.
## 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