From 8a4ac335e851646d46257a2e5372f5a81fe6de7e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 29 May 2019 20:36:41 +0200 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 44a87c1..ae727dc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A small tool to download books from https://www.e-codices.unifr.ch. +Download the latest build for your OS from the [release](https://code.vanwa.ch/sebastian@vanwa.ch/ecload/releases) +page (`darwin` is for macOS). If you are unsure what to do with the files, you will +probably want to try `ecload-tui`. + # Building from source ``` @@ -26,3 +30,6 @@ Options: -s, --size Size of the downloaded images. One of small, medium, large, max. (default "medium") ``` + +# License +Licensed as [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/)