From 8cde5c2169da84a0b6758ab912f28ad073afc1c3 Mon Sep 17 00:00:00 2001 From: nckroy Date: Sat, 3 Mar 2018 10:10:22 -0700 Subject: [PATCH] insert code block around commands --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d19ad4a..8103849 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ InCommon Incident Handling Framework document in asciidoc format 3. asciidoctor-pdf ## Rendering ### HTML +` asciidoctor main.adoc -o docs/index.html git commit docs/index.html git push origin master - +` To view the rendered HTML, visit: https://github.internet2.edu/pages/internet2/inc-incident-handling-fx/ ### PDF +` asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf +`