Doc updates

This commit is contained in:
John Bintz 2014-03-05 06:34:14 -05:00
parent 5e7ff66772
commit 8056229fb3
2 changed files with 12 additions and 0 deletions

View File

@ -68,6 +68,12 @@ Create a `Cardfile` in your working directory. It should look something like thi
# data[:replacements]['Superpower Text'] << '!!'
# }
# only sheets with this in the title will be read for card data
# c.card_sheet_identifier = "Card Data"
# prepend this PDF to the outputted PDF (useful for game rules)
# c.prepend_pdf = "rules.pdf"
c.data_source = "data.ods"
end
```

View File

@ -4,6 +4,12 @@
# data[:replacements]['Superpower Text'] << '!!'
# }
# only sheets with this in the title will be read for card data
# c.card_sheet_identifier = "Card Data"
# prepend this PDF to the outputted PDF (useful for game rules)
# c.prepend_pdf = "rules.pdf"
c.data_source = "data.ods"
end