Update README.md

This commit is contained in:
Alex Ling 2020-02-19 23:23:11 -05:00 committed by GitHub
parent ace8d07f8b
commit 41393f6f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,10 @@ Mango is a self-hosted manga server and reader. Its features include
1. Make sure you have docker installed and running. You will also need `docker-compose`
2. Clone the repository
3. Copy `docker-compose.example.yml` to `docker-compose.yml` and modify it if necessary
4. Run `docker-compose up`. This should build the docker image and start the container with Mango running inside
5. Head over to `localhost:9000` to log in
3. Copy `docker-compose.example.yml` to `docker-compose.yml`
4. Modify the `volumes` in `docker-compose.yml` to point the directories to desired locations on the host machine
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
### Build from source
@ -43,7 +44,7 @@ Mango e-manga server/reader. Version 0.1.0
### Config
The default config file location is `~/.config/mango/config.yml`. The config options and default values are given below
The default config file location is `~/.config/mango/config.yml`. It might be different if you are running Mango in a docker container. The config options and default values are given below
```yaml
---