diff options
author | Nick White <git@njw.name> | 2020-06-01 16:18:27 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-06-01 16:18:27 +0100 |
commit | 1bc2246a06caa0a9e2601a9eada89363988efad8 (patch) | |
tree | 840e1391c1e0b7e7b188b5ee228ed4439369d360 | |
parent | 28547cd18571c102f1905475caa0667021288ad9 (diff) |
Mention documentation URL
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ books, with a focus on distributed OCR using short-lived virtual servers. This is a Go package, and can be installed in the standard go way, -by running `go get rescribe.xyz/bookpipeline/...` +by running `go get rescribe.xyz/bookpipeline/...` and documentation +can be read with the `go doc` command or online at +<https://pkg.go.dev/rescribe.xyz/bookpipeline>. ## Commands |