Skip to content

Commit fd9304d

Browse files
authored
Merge pull request #754 from cnguyen83/patch-1
Update README.asc
2 parents f613fbd + f0c58c2 commit fd9304d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.asc

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ See link:CONTRIBUTING.md[the Contributing document] for more information.
1414

1515
== How To Generate the Book
1616

17-
There are two ways to generate e-book content from this source code.
18-
19-
The easiest way is simply to let us do it.
20-
A robot is standing by to look for new work on the main branch and automatically build it for everyone.
21-
22-
You can find the current builds on http://git-scm.com/book[].
23-
24-
The other way to generate e-book files is to do so manually with Asciidoctor.
17+
You can generate the e-book files manually with Asciidoctor.
2518
If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:
2619

2720
----
@@ -37,7 +30,16 @@ Converting to PDF...
3730
-- PDF output at progit.pdf
3831
----
3932

40-
This uses the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
33+
You can also use the following commands:
34+
35+
----
36+
$ asciidoctor-pdf progit.asc
37+
$ asciidoctor-epub3 progit.asc
38+
$ asciidoctor-epub3 -a ebook-format=kf8 progit.asc
39+
----
40+
41+
Both use the `asciidoctor`, `asciidoctor-pdf` and `asciidoctor-epub` projects.
42+
4143

4244
== Signaling an Issue
4345

0 commit comments

Comments
 (0)