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.
2 parents 5d63d27 + 9454e4b commit c0b1671Copy full SHA for c0b1671
README.asc
@@ -27,10 +27,20 @@ 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
-You can also use the following commands:
+An alternative to calling the `bundle` command is to call directly the `asciidoctor` command.
34
+If it is the first time you're building 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
+$ cp book/*/images/* images/
40
41
42
+Then you can build the book.
43
+Use the following commands:
44
45
46
$ asciidoctor-pdf progit.asc
0 commit comments