Update database location documentation

- Clarifies the database location paths in README.md.
- Removes redundant "subscleaner" directory name.
This commit is contained in:
Roger Gonzalez 2025-03-28 21:28:55 -03:00
parent 0217b0b5a1
commit 1c7fba5f5b
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

@ -152,8 +152,8 @@ Subscleaner now uses a SQLite database to track processed files, which significa
The SQLite database is stored in the following locations, depending on your operating system:
- **Linux**: `~/.local/share/subscleaner/subscleaner/subscleaner.db`
- **macOS**: `~/Library/Application Support/subscleaner/subscleaner/subscleaner.db`
- **Linux**: `~/.local/share/subscleaner/subscleaner.db`
- **macOS**: `~/Library/Application Support/subscleaner/subscleaner.db`
- **Windows**: `C:\Users\<username>\AppData\Local\subscleaner\subscleaner\subscleaner.db`
### Command Line Options