Skip to content

Commit

Permalink
updated run instructions in README to remove previously used containe…
Browse files Browse the repository at this point in the history
…r with --rm
  • Loading branch information
wtjerry committed Jul 10, 2018
1 parent 6ed9c34 commit ac67414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker build . -t latex2pdf
### Create pdf

``` sh
docker run -v $(pwd):/source latex2pdf cv.tex
docker run --rm -v $(pwd):/source latex2pdf cv.tex
```

## travis-ci.org
Expand Down

0 comments on commit ac67414

Please sign in to comment.