We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66aeb8 commit b10b949Copy full SHA for b10b949
doc/export.rst
@@ -9,4 +9,9 @@ https://github.com/astefanutti/decktape.
9
First install the tool following https://github.com/astefanutti/decktape#install,
10
then you can export slides, e.g.::
11
12
- $ decktape http://cicero.xyz/v3/remark/0.14.0/github.com/coderefinery/social-coding/master/talk.md/ my-slides.pdf
+ $ decktape https://example.org/my-slides.md/ my-slides.pdf
13
+
14
+If you prefer not to install it but have Singularity installed, you can do this instead::
15
16
+ $ singularity pull docker://astefanutti/decktape
17
+ $ ./decktape_latest.sif https://example.org/my-slides.md/ my-slides.pdf
0 commit comments