We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d63d27 commit e473671Copy full SHA for e473671
README.asc
@@ -27,9 +27,19 @@ Converting to EPub...
27
Converting to Mobi (kf8)...
28
-- Mobi output at progit.mobi
29
Converting to PDF...
30
- -- PDF output at progit.pdf
+ -- PDF output at progit.pdf
31
----
32
33
+An alternative to calling the `bundle` command is to call directly the `asciidoctor` command.
34
+If it is the first time you build the book, it is necessary to create the _images_ folder and fill it.
35
+Do the following only once:
36
+
37
+----
38
+$ mkdir images/
39
+$ find book/*/images/ -type f -and -name '*.pnd' -exec cp '{}' images/ \;
40
41
42
+Then you can build the book.
43
You can also use the following commands:
44
45
0 commit comments