From b933ac8374623044381f76676ac0939d4b6a4dad Mon Sep 17 00:00:00 2001 From: goulvenb Date: Sat, 12 Apr 2025 15:17:32 +0200 Subject: [PATCH] Changing Docker instructions on README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b807a6a..cd77ce4 100644 --- a/README.md +++ b/README.md @@ -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