fix docker run command in readme

This commit is contained in:
2025-09-16 23:07:04 +05:30
parent 98fb6893a2
commit ec806fef37

View File

@@ -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=<mainTEXfile>" -v <projectFolderPath>:/app/project:z --user 1000:1000 autoltx:latest
docker run --rm -it -e "mainFile=<mainTEXfile>" -v <projectFolderPath>:/app/project:z --user 1000:1000 phanipavank/autoltx:latest
```
replace `<mainTEXfile>` with the primary tex file to compile, `<projectFolderPath>` with the path to the project folder.