We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546c7e2 commit 92ff17eCopy full SHA for 92ff17e
1 file changed
README.md
@@ -18,7 +18,7 @@ Then see [main.go](https://github.com/ShellCode33/VM-Detection/blob/master/main.
18
To build the paper, be sure to have Docker installed and run the following command inside the paper directory:
19
20
```bash
21
-$ docker run
+$ docker run --rm -it -v "$(pwd):/pandoc" dalibo/pandocker --pdf-engine=xelatex --template=eisvogel --listings --highlight-style espresso *.md -o paper.pdf
22
```
23
24
## GNU/Linux techniques
0 commit comments