implement update system, cleaned output text
All checks were successful
/ Build Container (push) Successful in 1h12m54s
All checks were successful
/ Build Container (push) Successful in 1h12m54s
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user