diff --git a/Documentation/source/README.md b/Documentation/source/README.md new file mode 100644 index 0000000000..f08384245f --- /dev/null +++ b/Documentation/source/README.md @@ -0,0 +1,8 @@ +#Create PDF# + +Pandoc can be used to generated PDF from a markdown file like this + + pandoc -f markdown_github GettingStarted.md -o GettingStarted.pdf + +See here for information on Pandoc +[http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/)