From 4456fbb6fb767f8f1790fd87c382a27862949e82 Mon Sep 17 00:00:00 2001 From: LivingWithHippos Date: Mon, 25 Jan 2021 12:41:31 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c72c2cd..0f1ec8d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ docker run -d \ livingwithhippos/unchainedbot:0.1 ``` +#### Other optional volumes + +It is possible to mount the log file for wget and the config file for wget. + + ### As a Kotlin/java application After cloning the project, navigate to the `app` folder and run `./gradlew Jar`. This will generate the file `unchained-bot-kotlin/app/build/libs/unchained-bot-kotlin.jar`. You can also download the `unchained-bot-kotlin.jar` file from the release page. @@ -71,7 +76,9 @@ java \ -jar unchained-bot-kotlin.jar ``` -If you don't use docker or already have java installed, this file is just ~ 9 MB. +To use the `/download` command you need wget installed. + +If you don't use docker or already have java installed, this file is just ~ 9 MB. The docker image is around 230 MB. ### Parameters