implement update system, cleaned output text
All checks were successful
/ Build Container (push) Successful in 1h12m54s

This commit is contained in:
2025-10-05 13:23:40 +05:30
parent fc64e871b9
commit c510c102f7
4 changed files with 49 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ Use the following command to attach the project folder to the built container.
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.
Replace `<mainTEXfile>` with the primary tex file to compile, `<projectFolderPath>` with the path to the project folder.
This will compile your project whenever a change is observed in the `mainTEXfile` file.