add little more instructions
This commit is contained in:
parent
9f1dcdbfa0
commit
780fd99e10
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue