summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-28 16:27:36 +0000
committerNick White <git@njw.name>2020-02-28 16:27:36 +0000
commit1ec81f95b77c5c5b891403e250156c6bf381f13e (patch)
tree3da7509b5c3f0d37b38acef173f085ce5e2f8497 /README
parent9b2398e22daccdf191730762b954fdaaffa56c75 (diff)
Add license, copyright statements and a basic readmev0.1.1
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b8e5155
--- /dev/null
+++ b/README
@@ -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.