diff options
author | Nick White <git@njw.name> | 2020-02-28 16:27:36 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-28 16:27:36 +0000 |
commit | 1ec81f95b77c5c5b891403e250156c6bf381f13e (patch) | |
tree | 3da7509b5c3f0d37b38acef173f085ce5e2f8497 /README | |
parent | 9b2398e22daccdf191730762b954fdaaffa56c75 (diff) |
Add license, copyright statements and a basic readmev0.1.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +# rescribe.xyz/utils + +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/...` + +## Contributions + +Any and all comments, bug reports, patches or pull requests would +be very welcomely received. Please email them to <nick@rescribe.xyz>. + +## License + +This package is licensed under the GPLv3. See the LICENSE file for +more details. |