Skip to content

Commit c0b1671

Browse files
authored
Merge pull request #766 from aollier/book
added instructions to build the book
2 parents 5d63d27 + 9454e4b commit c0b1671

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.asc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,20 @@ 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-
You can also use the following commands:
33+
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:
3444

3545
----
3646
$ asciidoctor-pdf progit.asc

0 commit comments

Comments
 (0)