From 62cfa754bd21a1035f5928f5409e6982cfc6ba2a Mon Sep 17 00:00:00 2001 From: Mariano Bernaldo Date: Tue, 12 Nov 2019 11:12:06 +0100 Subject: [PATCH] update README --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cce9cd3..4d065df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ -# Slides_GIT_Mariano - +# Slides_GIT_Mariano + ## Presentation made the 12/11/2019: +Contents: + - Version control with git -- Markup languages \ No newline at end of file +- Markup languages + +Generated from an asciidoctor file using node.js and asciidoctor-revealjs + +To generate the html document from the document _**presentation.adoc**_ + +``` +node install +node asciidoctor-revealjs.js +``` + +Then open the file _**presentation.html**_ + +A export of this file in .pdf format has been generated using [Decktape](https://github.com/astefanutti/decktape) \ No newline at end of file