From 5b4d79220c0de349e46f58d1238b535a8376b659 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 21 Feb 2020 14:08:55 -0500 Subject: [PATCH] Provide pre-built binary (amd64) in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 86ef54b..0d9ddac 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Mango is a self-hosted manga server and reader. Its features include 5. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside 6. Head over to `localhost:9000` to log in +### Pre-built Binary + +1. Simply download the pre-built binary file `mango` for the latest [release](https://github.com/hkalexling/Mango/releases). It should work for most Linux systems on amd64. ### Build from source