summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-06-01 16:19:28 +0100
committerNick White <git@njw.name>2020-06-01 16:19:28 +0100
commitbe87af7da43b5eb5a4241e64a2e3d39bdea3e72d (patch)
treee5a01160e80f893a892620446f920239283d752a /README
parent4c0553fa86e1cf453302b01558e7bfdb6f97215f (diff)
Mention documentation URL
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index b8e5155..18b07c9 100644
--- a/README
+++ b/README
@@ -4,7 +4,9 @@ This repository contains miscellaneous commands and small packages
useful for the OCR of books.
This is a collection of Go packages, and can be installed in the
-standard go way, by running `go get rescribe.xyz/utils/...`
+standard go way, by running `go get rescribe.xyz/utils/...` and documentation
+can be read with the `go doc` command or online at
+<https://pkg.go.dev/rescribe.xyz/utils>.
## Contributions