From a557b8af04ecfff38821520d32cb392b8c49bf15 Mon Sep 17 00:00:00 2001 From: smallketchup82 <69545310+smallketchup82@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:45:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf5304..a71d7e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please do not use this as a substitute for reading the Re:Zero Web Novel. This i # Installation ### Windows -This project uses pyinstaller to create self contained binaries. Both the main script and the downloader script are included. These binaries don't require python or any dependencies to be installed. You can grab them from the releases page. Unzip the zip file and refer to the usage section for help. +This project uses pyinstaller to create self contained binaries. Both the main script and the downloader script are included. These binaries don't require python or any dependencies to be installed. You can grab them from the [releases page](https://github.com/smallketchup82/rezero-summarizer/releases/latest). Unzip the zip file and refer to the usage section for help. To input your OpenAI API credentials, use the `--api-key` and `--org` options or pass them as environment variables in your shell. Refer to .env.example for the names of the variables.