summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-23 10:31:52 -0500
committerJeff Carr <[email protected]>2025-05-23 10:31:52 -0500
commitc847491037a9bdb4d315f8ef5a187dfcdcca1d51 (patch)
treeca7f2bcbcfb8f60ca0d1cd1e1d2b2d67180b7a93 /README.md
parentef24c64f5b195707b79c1f4bca2c993faa074183 (diff)
trigger new version due to pkg vs sum errorv0.0.13v0.0.12v0.0.11v0.0.10
somehow this happened somewhere in early 2025: root@b:~# go install go.wit.com/apps/[email protected] go: downloading go.wit.com/lib/fhelp v0.0.9 go/pkg/mod/go.wit.com/apps/[email protected]/windowHowto.go:11:2: go.wit.com/lib/[email protected]: verifying module: checksum mismatch downloaded: h1:Az6H6IFpel5Cm5Ok8LxfPErM0PnIGOc1tBN9yaCjUeA= sum.golang.org: h1:4705J6yZ1g7YbOtNqBjVILzrR/oWIS0bfOWpG0WNGpI= SECURITY ERROR This download does NOT match the one reported by the checksum server. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..25cb82d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# forge help
+
+This is some code to help new users compile the GO GUI plugins
+which can be rather difficult to figure out how to do.
+
+## Design Goals
+
+* automate the recovery and build process for GO plugins
+* handle input from STDIN when there is no GUI yet
+
+## Notes
+
+Try to make things easy.