summaryrefslogtreecommitdiffstats
path: root/cmd/crane/help/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/crane/help/README.md')
-rw-r--r--cmd/crane/help/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/crane/help/README.md b/cmd/crane/help/README.md
new file mode 100644
index 0000000..c97606c
--- /dev/null
+++ b/cmd/crane/help/README.md
@@ -0,0 +1,5 @@
+## Generate docs for `crane`
+
+```go
+go run cmd/crane/help/main.go --dir=cmd/crane/doc/
+```