From ec806fef37a48612b22b2eb38355bdbe6cf21bc4 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 16 Sep 2025 23:07:04 +0530 Subject: [PATCH] fix docker run command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6923da..ce61f2f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ docker build -t autoltx:latest . 2. Use the following command to attach the project folder to the built container. ```bash -docker run --rm -it -e "mainFile=" -v :/app/project:z --user 1000:1000 autoltx:latest +docker run --rm -it -e "mainFile=" -v :/app/project:z --user 1000:1000 phanipavank/autoltx:latest ``` replace `` with the primary tex file to compile, `` with the path to the project folder.