Added readme for export to PDF

This commit is contained in:
Magne Sjaastad 2013-10-18 16:57:06 +02:00
parent b3d9926d31
commit 4d88ba45e6

View File

@ -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/)