Skip to content

Commit e473671

Browse files
committed
added instructions to build the book
It is required to make the images folder if it does not exists yet and one wants to build the book with the asciidoctor command. closes #764
1 parent 5d63d27 commit e473671

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.asc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,19 @@ Converting to EPub...
2727
Converting to Mobi (kf8)...
2828
-- Mobi output at progit.mobi
2929
Converting to PDF...
30-
-- PDF output at progit.pdf
30+
-- PDF output at progit.pdf
3131
----
3232

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.
3343
You can also use the following commands:
3444

3545
----

0 commit comments

Comments
 (0)