Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.asc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,20 @@ Converting to EPub...
Converting to Mobi (kf8)...
-- Mobi output at progit.mobi
Converting to PDF...
-- PDF output at progit.pdf
-- PDF output at progit.pdf
----

You can also use the following commands:
An alternative to calling the `bundle` command is to call directly the `asciidoctor` command.
If it is the first time you're building the book, it is necessary to create the _images_ folder and fill it.
Do the following only once:

----
$ mkdir images/
$ cp book/*/images/* images/
----

Then you can build the book.
Use the following commands:

----
$ asciidoctor-pdf progit.asc
Expand Down