Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 3039031

Browse files
committed
Merge branch 'master' of https://github.com/hkalexling/Mango
2 parents 8665616 + 46347a8 commit 3039031

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Simply download the pre-built binary file `mango` for the latest [release](https
3535

3636
### Docker (via Dockerhub)
3737

38-
The official docker images are available on [Dockerhub](https://hub.docker.com/r/hkalexling/mango).
38+
The official docker images are available on [Dockerhub](https://hub.docker.com/r/hkalexling/mango).
3939

4040
### Build from source
4141

@@ -65,7 +65,6 @@ The default config file location is `~/.config/mango/config.yml`. It might be di
6565
---
6666
port: 9000
6767
base_url: /
68-
library_path: ~/mango/library
6968
db_path: ~/mango/mango.db
7069
scan_interval_minutes: 5
7170
log_level: info
@@ -97,8 +96,8 @@ You can organize your `.cbz/.zip` files in nested folders in the library directo
9796
└── Manga 2
9897
   └── Vol. 1
9998
   └── Ch.1 - Ch.3
100-
   ├── 1.zip
101-
   ├── 2.zip
99+
   ├── 1.zip
100+
   ├── 2.zip
102101
   └── 3.zip
103102
```
104103

0 commit comments

Comments
 (0)