Provide pre-built binary (amd64) in README

This commit is contained in:
Alex Ling 2020-02-21 14:08:55 -05:00 committed by GitHub
parent 41393f6f02
commit 5b4d79220c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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