diff options
author | Nick White <git@njw.name> | 2020-06-01 16:19:28 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-06-01 16:19:28 +0100 |
commit | be87af7da43b5eb5a4241e64a2e3d39bdea3e72d (patch) | |
tree | e5a01160e80f893a892620446f920239283d752a | |
parent | 4c0553fa86e1cf453302b01558e7bfdb6f97215f (diff) |
Mention documentation URL
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |