From d342da03aecf80a74cc417be792e648fd1174751 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Tue, 27 Aug 2019 22:19:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77317cecc..a1703c783 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ In order to access the API, you will need to authenticate using Basic Authentica The easiest way to install Komga is to use Docker. You can have a look at the sample [`docker-compose.yml`](./doc/docker-compose.yml). -Alternatively you can run it from the fat `jar` file. You can find them in the [releases](./releases) section. +Alternatively you can run it from the fat `jar` file. You can find them in the [releases](https://github.com/gotson/komga/releases) section. You can also build it yourself by using `gradlew bootJar` to generate it.