diff options
author | Nick White <git@njw.name> | 2020-04-07 12:54:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-07 12:54:07 +0100 |
commit | 913a6023459700e213eb0b03bb262555fc2710f5 (patch) | |
tree | ff7379df6da4e477d19a06c1c8316ba55b7e8b6a /README | |
parent | 9fb0842f07320d47509865c689747d2c82379f3d (diff) |
Improve documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ by running `go get rescribe.xyz/bookpipeline/...` The commands in the cmd/ directory are at the heart of this package. For more details on their usage, use `go doc` or read -doc.go in the package repository. The key commands are: +doc.go in the package repository. + +The key commands for the virtual server side are: - bookpipeline : processes items from queues, doing preprocessing, ocr and postprocessing, and moving items on to |