diff --git a/Readme.md b/Readme.md index 3c6b459..6add985 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```