From b09734a5a8e4d817bcd0ac10c9dedb3e43bacb79 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Thu, 5 Sep 2019 11:54:12 +0800 Subject: [PATCH] add link to docker image instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1360fac25..1016f5445 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In order to access the API, you will need to authenticate using Basic Authentica ## Installation -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). +The easiest way to install Komga is to use Docker ([instructions on how to use the image](https://hub.docker.com/r/gotson/komga)). 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](https://github.com/gotson/komga/releases) section.