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

Commit f5e6f42

Browse files
authored
Update README.md
1 parent 3ca6d3d commit f5e6f42

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Mango is a self-hosted manga server and reader. Its features include
1212
- Multi-user support
1313
- Dark/light mode switch
1414
- Supports both `.zip` and `.cbz` formats
15+
- Supports nested folders in library
1516
- Automatically stores reading progress
1617
- Built-in [MangaDex](https://mangadex.org/) downloader
1718
- The web reader is responsive and works well on mobile, so there is no need for a mobile app
@@ -74,22 +75,6 @@ mangadex:
7475
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
7576
- `log_level` can be `debug`, `info`, `warn`, `error`, `fatal` or `off`. Setting it to `off` disables the logging
7677

77-
### Required Library Structure
78-
79-
Please make sure that your library directory has the following structure:
80-
81-
```
82-
.
83-
├── Manga 1
84-
│   └── Manga 1.cbz
85-
└── Manga 2
86-
├── Vol 0001.zip
87-
├── Vol 0002.zip
88-
├── Vol 0003.zip
89-
├── Vol 0004.zip
90-
└── Vol 0005.zip
91-
```
92-
9378
### Initial Login
9479

9580
On the first run, Mango would log the default username and a randomly generated password to STDOUT. You are advised to immediately change the password.

0 commit comments

Comments
 (0)