Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Nov 22, 2017
1 parent ae70271 commit f2490da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The host directory containing the input files must be mounted to the
container path `/miktex/work`.

The container image contains a bare MiKTeX setup and MiKTeX is
configured to install missing files the container directory
configured to install missing files in the container directory
`/miktex/.miktex`. It is recommended that you mount this directory to
a Docker volume.

Expand All @@ -33,7 +33,8 @@ First, create a Docker volume named `miktex`:
This volume should be used to mount the the container directory
`/miktex/.miktex` in subsequent runs.

Provided that your maininput file is located in the current working directory, you can run `pdflatex` as follows:
Provided that your maininput file is located in the current working
directory, you can run `pdflatex` as follows:

docker run -ti \
-v miktex:/miktex/.miktex \
Expand Down

0 comments on commit f2490da

Please sign in to comment.