From d5412623874353c94f0732a006b19f60452bece4 Mon Sep 17 00:00:00 2001 From: nckroy Date: Fri, 2 Mar 2018 16:35:22 -0700 Subject: [PATCH] updated instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9902516..d19ad4a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ InCommon Incident Handling Framework document in asciidoc format ## Prerequisites 1. ruby >=2.1.0 2. asciidoctor -3. +3. asciidoctor-pdf ## Rendering ### HTML asciidoctor main.adoc -o docs/index.html @@ -12,4 +12,4 @@ git push origin master To view the rendered HTML, visit: https://github.internet2.edu/pages/internet2/inc-incident-handling-fx/ ### PDF -Use your browser's print function to print the web page as a PDF +asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf