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 ~~~