Skip to content

Commit 92ff17e

Browse files
authored
Fix command for building the paper
1 parent 546c7e2 commit 92ff17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then see [main.go](https://github.com/ShellCode33/VM-Detection/blob/master/main.
1818
To build the paper, be sure to have Docker installed and run the following command inside the paper directory:
1919

2020
```bash
21-
$ docker run
21+
$ docker run --rm -it -v "$(pwd):/pandoc" dalibo/pandocker --pdf-engine=xelatex --template=eisvogel --listings --highlight-style espresso *.md -o paper.pdf
2222
```
2323

2424
## GNU/Linux techniques

0 commit comments

Comments
 (0)