From 36c0cac56e39da86e02c640e5a317fc4c3a7290c Mon Sep 17 00:00:00 2001 From: sdubois Date: Thu, 29 Jun 2017 09:50:25 +0200 Subject: [PATCH] precision sur decktape --- HowtoReveal.js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoReveal.js.md b/HowtoReveal.js.md index dd93eacf..e88b7ab6 100644 --- a/HowtoReveal.js.md +++ b/HowtoReveal.js.md @@ -68,5 +68,7 @@ On peut afficher du texte ou des images de façon fragmentée grâce à la class Transformer une présentation en .pdf : ~~~ +$ ~/GIT/$ git clone https://github.com/astefanutti/decktape.git +$ ~/GIT/decktape$ curl -L https://github.com/astefanutti/decktape/releases/download/v1.0.0/phantomjs-linux-x86-64 -o phantomjs; chmod +x phantomjs $ ~/GIT/decktape$ ./phantomjs decktape.js file:///tmp/foo.html foo.pdf ~~~