Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Jun 18, 2020
1 parent 26805ae commit 393963b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zowe_conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ The documents are the source versions; final version are made available on the [

## Build instructions

Converting the markdown to PDF can be achieved leveraging [pandoc](https://pandoc.org/) and [wkhtmltopdf](https://wkhtmltopdf.org/) as shown below.
Converting the markdown to PDF can be achieved leveraging [pandoc](https://pandoc.org/) and [wkhtmltopdf](https://wkhtmltopdf.org/) as shown below for releases.

```bash
pandoc zowe_conformance/participation_form.md -o Zowe.Conformance.Program.-.Participation.Form.pdf -f gfm --pdf-engine=wkhtmltopdf
pandoc zowe_conformance/terms_and_conditions.md -o Zowe.Conformance.Program.-.Terms.and.Conditions.pdf -f gfm --pdf-engine=wkhtmltopdf
pandoc zowe_conformance/test_evaluation_guide.md -o Zowe.Conformance.Program.-.Test.Evaluation.Guide.pdf -f gfm --pdf-engine=wkhtmltopdf
pandoc zowe_conformance/test_evaluation_guide_table.md -o Zowe.Conformance.Program.-.Test.Evaluation.Guide.Table.pdf -f gfm --pdf-engine=wkhtmltopdf
cp zowe_conformance/brand_guidelines.pdf Zowe.Conformance.Program.-.Brand.Guidelines.pdf
```

0 comments on commit 393963b

Please sign in to comment.