Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling authored Feb 20, 2020
1 parent ace8d07 commit 41393f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
---
Expand Down

0 comments on commit 41393f6

Please sign in to comment.