Update README.md

This commit is contained in:
Gauthier 2019-08-27 22:19:05 +08:00 committed by GitHub
parent 16b1f5e657
commit d342da03ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.