]> Cypherpunks.ru repositories - prepro.git/commitdiff
goget -> html
authorSergey Matveev <stargrave@stargrave.org>
Mon, 14 Aug 2023 17:34:16 +0000 (20:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 14 Aug 2023 17:34:16 +0000 (20:34 +0300)
USAGE
mk-html [moved from mk-goget with 100% similarity]

diff --git a/USAGE b/USAGE
index cf2408d210be523ebd1f7f42cf8d27bb53a19ad9440761f2cf18987f6072002c..4ff49c1c18526cd00cbe44451c5b688bd4f5961a7b1a9d0daf1116241960b03a 100644 (file)
--- a/USAGE
+++ b/USAGE
@@ -8,8 +8,8 @@ mk-mods iterates through all tags:
 mk-list utility collects all known versions in current GOPROXY directory
 and creates corresponding "list" files.
 
-mk-goget creates go-import-compatible static files:
-    mk-goget VCS-WEB-URL MODULE-NAME
+mk-html creates go-import-compatible static files:
+    mk-html VCS-WEB-URL MODULE-NAME
 
 For example:
     mkdir proxy
@@ -19,7 +19,7 @@ For example:
     mk-list
     cd ..
 
-    mkdir goget
-    cd goget
-    mk-goget "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon
-    mk-goget "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon/v2
+    mkdir html
+    cd html
+    mk-html "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon
+    mk-html "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon/v2
similarity index 100%
rename from mk-goget
rename to mk-html