Skip to content

Commit b10b949

Browse files
committed
update info about pdf export via decktape
1 parent c66aeb8 commit b10b949

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/export.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ https://github.com/astefanutti/decktape.
99
First install the tool following https://github.com/astefanutti/decktape#install,
1010
then you can export slides, e.g.::
1111

12-
$ decktape http://cicero.xyz/v3/remark/0.14.0/github.com/coderefinery/social-coding/master/talk.md/ my-slides.pdf
12+
$ 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

Comments
 (0)