add little more instructions

This commit is contained in:
Friedemann 2024-07-20 08:28:56 +00:00
parent 9f1dcdbfa0
commit 780fd99e10
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ If you just want to use the prebuild package, its available for arm64 and amd64
docker run --rm -v ./mbox-files:/mnt/input -v ./output/:/mnt/output git.nucleolus.xyz/fblume/mbox-to-markdown:latest
```
1. run this command to start the tool
2. copy your .mbox file into the subdirectory "mbox-files"
3. depending on the size of the mbox-file be patient
4. in the subdirectory "output" you will find all Emails in markdown files with the subject, sender, reciever, and date as file name
## Build yourself
```