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.