diff options
author | Nick White <git@njw.name> | 2020-06-01 16:19:15 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-06-01 16:19:15 +0100 |
commit | c3ae25f63823501fc7f92e6e291df60c282be138 (patch) | |
tree | 30ffb45916ee324b1f498f2ce60ce3523c4f34e5 | |
parent | 566b2be53cb0de5b52b806a6418fcab795831d34 (diff) |
Mention documentation URL
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ several commands in the cmd/ directory which can be used to preprocess images directly. This is a Go package, and can be installed in the standard go way, -by running `go get rescribe.xyz/preproc/...` +by running `go get rescribe.xyz/preproc/...` and documentation +can be read with the `go doc` command or online at +<https://pkg.go.dev/rescribe.xyz/preproc>. ## Commands |