Changing Docker instructions on README

This commit is contained in:
goulvenb 2025-04-12 15:17:32 +02:00
parent 3fcd48cdfc
commit b933ac8374

View file

@ -153,11 +153,14 @@ print(result.text_content)
### Docker
We recommend you to use a specific tag, just as follow :
```sh
docker build -t markitdown:latest .
docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
docker run --rm -i ghcr.io/microsoft/markitdown:v0.1.2 < ~/your-file.pdf > output.md
```
It is nevertheless possible to use the latest tag.
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a