diff --git a/README.md b/README.md index a89348d..2448bc6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # freebsd-cis -CIS FreeBSD \ No newline at end of file +CIS FreeBSD + diff --git a/build.sh b/build.sh index ee87a78..9dbc0f5 100644 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --listings \ No newline at end of file +pandoc "freebsd-cis.md" -o "freebsd-cis.pdf" --from markdown --template "../pandoc-latex-template/eisvogel.tex" --listings