fix docker run command in readme
This commit is contained in:
@@ -26,7 +26,7 @@ docker build -t autoltx:latest .
|
|||||||
2. Use the following command to attach the project folder to the built container.
|
2. Use the following command to attach the project folder to the built container.
|
||||||
|
|
||||||
```bash
|
```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.
|
replace `<mainTEXfile>` with the primary tex file to compile, `<projectFolderPath>` with the path to the project folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user