diff options
Diffstat (limited to 'README')
-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 |